Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EventListener Class / Enable Property


In This Topic
    Enable Property
    In This Topic
    Gets or sets whether to enable the event listener.
    Syntax
    'Declaration
     
    
    Public Property Enable As Boolean
    'Usage
     
    
    Dim instance As EventListener
    Dim value As Boolean
     
    instance.Enable = value
     
    value = instance.Enable
    public bool Enable {get; set;}
    See Also