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