[]
Internal use only. Handles the apply event.
public delegate void ApplyEventHandler(object sender, ApplyEventArgs e)
Public Delegate Sub ApplyEventHandler(sender As Object, e As ApplyEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of event |
ApplyEventArgs | e | Event data |