Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / CustomMask Event


In This Topic
    CustomMask Event
    In This Topic
    Handles custom mask event.
    Syntax
    'Declaration
     
    
    Public Event CustomMask As CustomMaskEventHandler
    'Usage
     
    
    Dim instance As MaskFormatter
    Dim handler As CustomMaskEventHandler
     
    AddHandler instance.CustomMask, handler
    public event CustomMaskEventHandler CustomMask
    Event Data

    The event handler receives an argument of type CustomMaskEventArgs containing data related to this event. The following CustomMaskEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the custom mask character.  
    Gets the index of the custom mask.  
    Gets or sets the input character.  
    Gets or sets whether the value is valid.  
    See Also