C1.Silverlight.Schedule.5
ListChangedEventHandler Delegate

The source of the event.
A ListChangedEventArgs that contains the event data.
Represents the method that will handle the ListChanged event of the IBindingList class.
Syntax
'Declaration
 
Public Delegate Sub ListChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ListChangedEventArgs _
) 
public delegate void ListChangedEventHandler( 
   System.object sender,
   ListChangedEventArgs e
)

Parameters

sender
The source of the event.
e
A ListChangedEventArgs that contains the event data.
See Also

Reference

ListChangedEventHandler Members
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.