Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ItemEventHandler Delegate
The source of the event.
An ItemEventArgs object that contains the event data.


In This Topic
ItemEventHandler Delegate
In This Topic
Represents the method that handles an event after the item is operated on.
Syntax
'Declaration
 
Public Delegate Sub ItemEventHandler( _
   ByVal sender As Object, _
   ByVal e As ItemEventArgs _
) 
 
'Usage
 
Dim instance As New ItemEventHandler(AddressOf HandlerMethod)

Parameters

sender
The source of the event.
e
An ItemEventArgs object that contains the event data.
See Also