Spread Windows Forms 15.0
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)
    public CustomMaskEventArgs( 
       int mask,
       char inChar
    )

    Parameters

    mask
    Index for mask
    inChar
    Input character for mask
    See Also