Leadtools Namespace > LeadCollection<T> Class : OnCollectionChanged Method |
protected virtual void OnCollectionChanged( NotifyLeadCollectionChangedEventArgs e )
'Declaration Protected Overridable Sub OnCollectionChanged( _ ByVal e As NotifyLeadCollectionChangedEventArgs _ )
'Usage Dim instance As LeadCollection(Of T) Dim e As NotifyLeadCollectionChangedEventArgs instance.OnCollectionChanged(e)
protected virtual void OnCollectionChanged( NotifyLeadCollectionChangedEventArgs e )
function Leadtools.LeadCollection.OnCollectionChanged( e )
protected: virtual void OnCollectionChanged( NotifyLeadCollectionChangedEventArgs^ e )
Properties and methods that modify this collection raise the CollectionChanged event through this virtual method.