PagePorter Class Library

FpLinkBarFormatEditor.OnIndexChanged Method 

Handles the combo box index changed event.

[Visual Basic]
Protected Sub OnIndexChanged( _
   ByVal pSender As Object, _
   ByVal pArgs As EventArgs _
)
[C#]
protected void OnIndexChanged(
   object pSender,
   EventArgs pArgs
);

Parameters

pSender
The source of the event.
pArgs
An EventArgs that contains the event data.

See Also

FpLinkBarFormatEditor Class | Parastream.Web.UI.Design Namespace