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

e
The event args.
Called when the Visible property changes.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnVisibleChanged( _
   ByVal e As EventArgs _
) 
C# 
protected override void OnVisibleChanged( 
   EventArgs e
)

Parameters

e
The event args.

See Also