Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MaskCellType Class / OnCustomMaskCharacter Method
Object that raised the event
CustomMaskEventArgs object that contains event data


In This Topic
    OnCustomMaskCharacter Method
    In This Topic
    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