Infragistics(R) NetAdvantage(R) Windows Forms
OnBeforeDraw Method
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > UIElement Class : OnBeforeDraw Method

A virtual method that gets called before the element draw process starts.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnBeforeDraw() 
C# 
protected virtual void OnBeforeDraw()

Remarks

This is for notification purposes, the default implementation does nothing.

See Also