[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldPaint

FieldPaint Event

Occurs when any field is painted.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public event EventHandler<FieldPaintEventArgs> FieldPaint
Public Event FieldPaint As EventHandler(Of FieldPaintEventArgs)
Returns
Type Description
EventHandler<FieldPaintEventArgs> Occurs when any field is painted.
Remarks

This event is raised when the field is redrawn. It passes an instance of FieldPaintEventArgs to the method(s) that handles the FieldPaint event.