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


In This Topic
Handled Property (DialogCharEventArgs)
In This Topic
Gets or sets whether the event was handled.
Syntax
'Declaration
 
Public Property Handled As Boolean
 
'Usage
 
Dim instance As DialogCharEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled
See Also