[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.CustomMaskEventArgs

CustomMaskEventArgs Class

Represents the event data for the CustomMask event.

Inheritance
CustomMaskEventArgs
Namespace: FarPoint.Win.SuperEdit
Assembly: FarPoint.Win.dll
Syntax
public class CustomMaskEventArgs : EventArgs
Public Class CustomMaskEventArgs
    Inherits EventArgs

Constructors

Name Description
CustomMaskEventArgs(int, char)

Constructs a new CustomMaskEventArgs object.

Fields

Name Description
MaskUser0

User callback ('0')

MaskUser1

User callback ('1')

MaskUser2

User callback ('2')

MaskUser3

User callback ('3')

MaskUser4

User callback ('4')

MaskUser5

User callback ('5')

MaskUser6

User callback ('6')

MaskUser7

User callback ('7')

MaskUser8

User callback ('8')

MaskUser9

User callback ('9')

Properties

Name Description
CustomMaskCharacter

Gets the custom mask character.

CustomMaskIndex

Gets the index of the custom mask.

InputCharacter

Gets or sets the input character.

Valid

Gets or sets whether the value is valid.