Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / CustomMaskEventArgs Class
Members


In This Topic
    CustomMaskEventArgs Class
    In This Topic
    Represents the event data for the CustomMask event.
    Syntax
    'Declaration
     
    
    Public Class CustomMaskEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As CustomMaskEventArgs
    public class CustomMaskEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.SuperEdit.CustomMaskEventArgs

    See Also