[]
Represents the method that will handle the DataItemCreated routed event.
public delegate void BeforeRightClickEventHandler(object sender, BeforeRightClickEventArgs e)
Public Delegate Sub BeforeRightClickEventHandler(sender As Object, e As BeforeRightClickEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | The object where the event handler is attached. |
| BeforeRightClickEventArgs | e | The event data. |