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


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