C# Class FSClient.Call.CallPropertyEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: mitchcapper/FSClient Class Usage Examples

Public Properties

Property Type Description
call Call
property_name string

Public Methods

Method Description
CallPropertyEventArgs ( Call call, string property_name ) : System

Method Details

CallPropertyEventArgs() public method

public CallPropertyEventArgs ( Call call, string property_name ) : System
call Call
property_name string
return System

Property Details

call public_oe property

public Call,FSClient call
return Call

property_name public_oe property

public string property_name
return string