Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / Applying Event


In This Topic
    Applying Event (DesignerMain)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event Applying As EventHandler
    'Usage
     
    
    Dim instance As DesignerMain
    Dim handler As EventHandler
     
    AddHandler instance.Applying, handler
    public event EventHandler Applying
    See Also