[]
Occurs when any field is painted.
public event EventHandler<FieldPaintEventArgs> FieldPaint
Public Event FieldPaint As EventHandler(Of FieldPaintEventArgs)
Type | Description |
---|---|
EventHandler<FieldPaintEventArgs> | Occurs when any field is painted. |
This event is raised when the field is redrawn. It passes an instance of FieldPaintEventArgs to the method(s) that handles the FieldPaint event.