'Declaration
Public Event ApplyChanged As ApplyBorderEventHandler
'Usage
Dim instance As BorderEditorUI Dim handler As ApplyBorderEventHandler AddHandler instance.ApplyChanged, handler
public event ApplyBorderEventHandler ApplyChanged
Event Data
The event handler receives an argument of type ApplyBorderEventArgs containing data related to this event. The following ApplyBorderEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Border | Gets a border. |
See Also