Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IApplyEvents Interface / Applying Event


In This Topic
    Applying Event (IApplyEvents)
    In This Topic
    Occurs when applying.
    Syntax
    'Declaration
     
    
    Event Applying As EventHandler
    'Usage
     
    
    Dim instance As IApplyEvents
    Dim handler As EventHandler
     
    AddHandler instance.Applying, handler
    event EventHandler Applying
    See Also