[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.CustomMaskEventHandler

CustomMaskEventHandler Delegate

Represents a defined method that handles the CustomMask event.

Namespace: FarPoint.Win.SuperEdit
Assembly: FarPoint.Win.dll
Syntax
public delegate void CustomMaskEventHandler(object sender, CustomMaskEventArgs e)
Public Delegate Sub CustomMaskEventHandler(sender As Object, e As CustomMaskEventArgs)
Parameters
Type Name Description
object sender Represents a defined method that handles the CustomMask event.
CustomMaskEventArgs e Represents a defined method that handles the CustomMask event.