C# Class ZForge.Controls.ExplorerBar.ExpandoEventArgs

Provides data for the StateChanged, ExpandoAdded and ExpandoRemoved events
Inheritance: System.EventArgs
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
ExpandoEventArgs ( ) : System

Initializes a new instance of the ExpandoEventArgs class with default settings

ExpandoEventArgs ( Expando expando ) : System

Initializes a new instance of the ExpandoEventArgs class with specific Expando

Method Details

ExpandoEventArgs() public method

Initializes a new instance of the ExpandoEventArgs class with default settings
public ExpandoEventArgs ( ) : System
return System

ExpandoEventArgs() public method

Initializes a new instance of the ExpandoEventArgs class with specific Expando
public ExpandoEventArgs ( Expando expando ) : System
expando Expando The Expando that generated the event
return System