ComponentOne Menus and Toolbars for WinForms
CustomizeLinkEventHandler Delegate

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : CustomizeLinkEventHandler Delegate
The source of the event.
A CustomizeLinkEventArgs object that contains the event data.
Represents the method that will handle a CustomizeLink event.
Syntax
'Declaration
 
Public Delegate Sub CustomizeLinkEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As CustomizeLinkEventArgs _
) 
public delegate void CustomizeLinkEventHandler( 
   System.object sender,
   CustomizeLinkEventArgs e
)

Parameters

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

Reference

CustomizeLinkEventHandler Members
C1.Win.C1Command Namespace