Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / BorderEditorUI Class / ApplyChanged Event


In This Topic
    ApplyChanged Event (BorderEditorUI)
    In This Topic
    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
    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.

    PropertyDescription
    Gets a border.  
    See Also