Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / UIChangeComplete Event


In This Topic
    UIChangeComplete Event (ChartShape)
    In This Topic
    Occurs when the User Interface (UI) change is complete.
    Syntax
    'Declaration
     
    
    Public Event UIChangeComplete As EventHandler
    'Usage
     
    
    Dim instance As ChartShape
    Dim handler As EventHandler
     
    AddHandler instance.UIChangeComplete, handler
    public event EventHandler UIChangeComplete
    See Also