Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / OnCustomMask Method
Source of the event
Event data


In This Topic
OnCustomMask Method
In This Topic
Occurs when the custom mask is used.
Syntax
'Declaration
 
Protected Overridable Sub OnCustomMask( _
   ByVal sender As Object, _
   ByVal e As CustomMaskEventArgs _
) 
 
'Usage
 
Dim instance As MaskFormatter
Dim sender As Object
Dim e As CustomMaskEventArgs
 
instance.OnCustomMask(sender, e)

Parameters

sender
Source of the event
e
Event data
See Also