Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / CustomMask Event


CustomMask Event
Handles custom mask event.
Syntax
'Declaration
 
Public Event CustomMask As CustomMaskEventHandler
 
'Usage
 
Dim instance As MaskFormatter
Dim handler As CustomMaskEventHandler
 
AddHandler instance.CustomMask, handler
Event Data

The event handler receives an argument of type CustomMaskEventArgs containing data related to this event. The following CustomMaskEventArgs properties provide information specific to this event.

PropertyDescription
Gets the custom mask character.  
Gets the index of the custom mask.  
Gets or sets the input character.  
Gets or sets whether the value is valid.  
See Also