[]
Represents a method that can handle mouse specific item events which may or may not require further processing after the event handler has returned.
public delegate void NavItemMouseEventHandler(object sender, NavItemMouseEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| NavItemMouseEventArgs | e | An NavItemMouseEventArgs that contains no event data. |
| Name | Description |
|---|---|
| NavItemMouseEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, NavItemMouseEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, NavItemMouseEventArgs) |