Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintGroupBarBackgroundEventArgs Class / Handled Property


In This Topic
Handled Property (PaintGroupBarBackgroundEventArgs)
In This Topic
Determines whether the event is handled.
Syntax
'Declaration
 
Public Property Handled As Boolean
 
'Usage
 
Dim instance As PaintGroupBarBackgroundEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled
See Also