NotifyListTOnListChanged Method |
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected virtual void OnListChanged(
ListChangedEventArgs args
)
Protected Overridable Sub OnListChanged (
args As ListChangedEventArgs
)
protected:
virtual void OnListChanged(
ListChangedEventArgs^ args
)
abstract OnListChanged :
args : ListChangedEventArgs -> unit
override OnListChanged :
args : ListChangedEventArgs -> unit
Parameters
- args
- Type: System.ComponentModelListChangedEventArgs
See Also