C# Class ZForge.Controls.ExplorerBar.ExpandoEventArgs

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

Méthodes publiques

Méthode 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 méthode

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

ExpandoEventArgs() public méthode

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