C# Class System.ComponentModel.ListChangedEventArgs

Inheritance: System.EventArgs
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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 method

public ListChangedEventArgs ( ListChangedType listChangedType, PropertyDescriptor propDesc ) : Microsoft.Win32
listChangedType ListChangedType
propDesc PropertyDescriptor
return Microsoft.Win32

ListChangedEventArgs() public method

public ListChangedEventArgs ( ListChangedType listChangedType, int newIndex ) : Microsoft.Win32
listChangedType ListChangedType
newIndex int
return Microsoft.Win32

ListChangedEventArgs() public method

public ListChangedEventArgs ( ListChangedType listChangedType, int newIndex, PropertyDescriptor propDesc ) : Microsoft.Win32
listChangedType ListChangedType
newIndex int
propDesc PropertyDescriptor
return Microsoft.Win32

ListChangedEventArgs() public method

public ListChangedEventArgs ( ListChangedType listChangedType, int newIndex, int oldIndex ) : Microsoft.Win32
listChangedType ListChangedType
newIndex int
oldIndex int
return Microsoft.Win32