ComponentOne Input for WinForms
NavigatorBeforeActionEventHandler Delegate

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : NavigatorBeforeActionEventHandler Delegate
The source of the event.
A NavigatorBeforeActionEventArgs object that contains the event data.
Represents the method that handles a BeforeAction event.
Syntax
'Declaration
 
Public Delegate Sub NavigatorBeforeActionEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As NavigatorBeforeActionEventArgs _
) 
public delegate void NavigatorBeforeActionEventHandler( 
   System.object sender,
   NavigatorBeforeActionEventArgs e
)

Parameters

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

Reference

NavigatorBeforeActionEventHandler Members
C1.Win.C1Input Namespace