public CustomMaskEventArgs( int mask, char inChar )
'Declaration Public Function New( _ ByVal mask As Integer, _ ByVal inChar As Char _ )
'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)
'Usage
Dim mask As Integer Dim inChar As Char Dim instance As New CustomMaskEventArgs(mask, inChar)
CustomMaskEventArgs Class CustomMaskEventArgs Members