[Gregor.Core.CCallbackEventArgs]

Gregor.Core.CCallbackEventArgs

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CCallbackEventArgs

: System.EventArgs

Custom Attributes: 

Description: 


Members

CCallbackEventArgs

internal CCallbackEventArgs(params System.Object[] args)

Custom Attributes: 
args - System.ParamArray()

Description: 

m_Arguments

private System.Object[] m_Arguments

Custom Attributes: 

Description: 

m_ReturnValue

private System.Object m_ReturnValue

Custom Attributes: 

Description: 

Arguments

public System.Object[] Arguments {get;}

Custom Attributes: 

Description: 

ReturnValue

public System.Object ReturnValue {get;set;}

Custom Attributes: 

Description: 


See Also

System.EventArgs

System.Object