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