Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EventListener Class / EventRaised Event


In This Topic
    EventRaised Event
    In This Topic
    Occurs when an event is raised.
    Syntax
    'Declaration
     
    
    Public Event EventRaised As EventHandler
    'Usage
     
    
    Dim instance As EventListener
    Dim handler As EventHandler
     
    AddHandler instance.EventRaised, handler
    public event EventHandler EventRaised
    See Also