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)

Parameters

sender
e
See Also