[]
Represents a defined method that handles the ApplyBorder event.
public delegate void ApplyBorderEventHandler(object sender, ApplyBorderEventArgs e)
Public Delegate Sub ApplyBorderEventHandler(sender As Object, e As ApplyBorderEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | Represents a defined method that handles the ApplyBorder event. |
| ApplyBorderEventArgs | e | Represents a defined method that handles the ApplyBorder event. |