'Declaration Protected Friend Overridable Sub PaintHotState( _ ByVal e As GridPaintEventArgs _ )
'Usage Dim instance As VisualGridElement Dim e As GridPaintEventArgs instance.PaintHotState(e)
protected internal virtual void PaintHotState( GridPaintEventArgs e )
Parameters
- e
- A GridPaintEventArgs that contains the event data.