Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / BorderEditorUI Class / ApplyChanged Event


ApplyChanged Event (BorderEditorUI)
Occurs when the change is applied.
Syntax
'Declaration
 
Public Event ApplyChanged As ApplyBorderEventHandler
 
'Usage
 
Dim instance As BorderEditorUI
Dim handler As ApplyBorderEventHandler
 
AddHandler instance.ApplyChanged, handler
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.

PropertyDescription
Gets a border.  
See Also