Spread Windows Forms 12.0 Product Documentation
CustomNameEventHandle Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : CustomNameEventHandle Delegate
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)
public delegate void CustomNameEventHandle( 
   object sender,
   CustomNameChangedEventArgs e
)

Parameters

sender
e
See Also

Reference

CustomNameEventHandle Members
FarPoint.Win.Spread Namespace