Handler signature for action events
Declaration Syntax
C# | Visual Basic | Visual C++ |
public delegate void ActionEventHandler( Object sender, ActionEventArgs e )
Public Delegate Sub ActionEventHandler ( _ sender As Object, _ e As ActionEventArgs _ )
public delegate void ActionEventHandler( Object^ sender, ActionEventArgs^ e )
Parameters
- sender (Object)
- e (ActionEventArgs)