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