Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ApplyEventHandler Delegate
Source of event
Event data


In This Topic
ApplyEventHandler Delegate
In This Topic
Internal use only. Handles the apply event.
Syntax
'Declaration
 
Public Delegate Sub ApplyEventHandler( _
   ByVal sender As Object, _
   ByVal e As ApplyEventArgs _
) 
 
'Usage
 
Dim instance As New ApplyEventHandler(AddressOf HandlerMethod)

Parameters

sender
Source of event
e
Event data
See Also