ComponentOne Menus and Toolbars for WinForms
DrawPageEventHandler Delegate

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

Parameters

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

Reference

DrawPageEventHandler Members
C1.Win.C1Command Namespace