Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / CustomMaskEventArgs Class / CustomMaskEventArgs Constructor
Index for mask
Input character for mask


In This Topic
CustomMaskEventArgs Constructor
In This Topic
Constructs a new CustomMaskEventArgs object.
Syntax
'Declaration
 
Public Function New( _
   ByVal mask As Integer, _
   ByVal inChar As Char _
)
 
'Usage
 
Dim mask As Integer
Dim inChar As Char
 
Dim instance As New CustomMaskEventArgs(mask, inChar)

Parameters

mask
Index for mask
inChar
Input character for mask
See Also