Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarDropDownSelectionChangingEventArgs Class / Handled Property


In This Topic
    Handled Property (FilterBarDropDownSelectionChangingEventArgs)
    In This Topic
    Indicates whether the new value is handled.
    Syntax
    'Declaration
     
    
    Public Property Handled As Boolean
    'Usage
     
    
    Dim instance As FilterBarDropDownSelectionChangingEventArgs
    Dim value As Boolean
     
    instance.Handled = value
     
    value = instance.Handled
    public bool Handled {get; set;}
    See Also