Spread Windows Forms 12.0 Product Documentation
OnCustomMaskCharacter Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > MaskCellType Class : OnCustomMaskCharacter Method
Object that raised the event
CustomMaskEventArgs object that contains event data
Handles the CustomMask event.
Syntax
'Declaration
 
Protected Overridable Sub OnCustomMaskCharacter( _
   ByVal sender As Object, _
   ByVal e As CustomMaskEventArgs _
) 
'Usage
 
Dim instance As MaskCellType
Dim sender As Object
Dim e As CustomMaskEventArgs
 
instance.OnCustomMaskCharacter(sender, e)
protected virtual void OnCustomMaskCharacter( 
   object sender,
   CustomMaskEventArgs e
)

Parameters

sender
Object that raised the event
e
CustomMaskEventArgs object that contains event data
See Also

Reference

MaskCellType Class
MaskCellType Members