[]
Represents the method that handles a BeforeAction event.
public delegate void NavigatorBeforeActionEventHandler(object sender, NavigatorBeforeActionEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
NavigatorBeforeActionEventArgs | e | A NavigatorBeforeActionEventArgs object that contains the event data. |
Name | Description |
---|---|
NavigatorBeforeActionEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, NavigatorBeforeActionEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, NavigatorBeforeActionEventArgs) |