C# Class System.ComponentModel.ListChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
ListChangedEventArgs ( ListChangedType listChangedType, PropertyDescriptor propDesc ) : Microsoft.Win32
ListChangedEventArgs ( ListChangedType listChangedType, int newIndex ) : Microsoft.Win32
ListChangedEventArgs ( ListChangedType listChangedType, int newIndex, PropertyDescriptor propDesc ) : Microsoft.Win32
ListChangedEventArgs ( ListChangedType listChangedType, int newIndex, int oldIndex ) : Microsoft.Win32

Method Details

ListChangedEventArgs() public méthode

public ListChangedEventArgs ( ListChangedType listChangedType, PropertyDescriptor propDesc ) : Microsoft.Win32
listChangedType ListChangedType
propDesc PropertyDescriptor
Résultat Microsoft.Win32

ListChangedEventArgs() public méthode

public ListChangedEventArgs ( ListChangedType listChangedType, int newIndex ) : Microsoft.Win32
listChangedType ListChangedType
newIndex int
Résultat Microsoft.Win32

ListChangedEventArgs() public méthode

public ListChangedEventArgs ( ListChangedType listChangedType, int newIndex, PropertyDescriptor propDesc ) : Microsoft.Win32
listChangedType ListChangedType
newIndex int
propDesc PropertyDescriptor
Résultat Microsoft.Win32

ListChangedEventArgs() public méthode

public ListChangedEventArgs ( ListChangedType listChangedType, int newIndex, int oldIndex ) : Microsoft.Win32
listChangedType ListChangedType
newIndex int
oldIndex int
Résultat Microsoft.Win32