FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomNameEventHandle Delegate


In This Topic
CustomNameEventHandle Delegate
In This Topic
Represents a method that handles the custom name events.
Syntax
'Declaration
 
Public Delegate Sub CustomNameEventHandle( _
   ByVal sender As Object, _
   ByVal e As CustomNameChangedEventArgs _
) 
 
'Usage
 
Dim instance As New CustomNameEventHandle(AddressOf HandlerMethod)

Parameters

sender
e
See Also