| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub ActionEventHandler( _ ByVal sender As Object, _ ByVal e As ActionEventArgs _ ) | |
| C# | |
|---|---|
public delegate void ActionEventHandler( object sender, ActionEventArgs e ) | |
Parameters
- sender
- e
| DataDynamics.Reports | Support Forum |
| ActionEventHandler Delegate | |
| See Also | |
|
| DataDynamics.Reports Namespace : ActionEventHandler Delegate |
| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub ActionEventHandler( _ ByVal sender As Object, _ ByVal e As ActionEventArgs _ ) | |
| C# | |
|---|---|
public delegate void ActionEventHandler( object sender, ActionEventArgs e ) | |