Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / UIChangeComplete Event


In This Topic
    UIChangeComplete Event (ChildChangeUndoAction)
    In This Topic
    Occurs when the shape object raises its UIChangeComplete event.
    Syntax
    'Declaration
     
    
    Public Event UIChangeComplete As EventHandler
    'Usage
     
    
    Dim instance As ChildChangeUndoAction
    Dim handler As EventHandler
     
    AddHandler instance.UIChangeComplete, handler
    public event EventHandler UIChangeComplete
    See Also