Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / CustomMaskEventHandler Delegate


In This Topic
    CustomMaskEventHandler Delegate
    In This Topic
    Represents a defined method that handles the CustomMask event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CustomMaskEventHandler( _
       ByVal sender As Object, _
       ByVal e As CustomMaskEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New CustomMaskEventHandler(AddressOf HandlerMethod)
    public delegate void CustomMaskEventHandler( 
       object sender,
       CustomMaskEventArgs e
    )

    Parameters

    sender
    e
    See Also