MindFusion.UI for WebForms Programmer's Guide

Accordion.OnEndLoad Method

See Also
 





Raises the EndLoad event.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

protected virtual void OnEndLoad (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnEndLoad( _
    e As EventArgs _
)

 Parameters

e

Type: EventArgs
A System.EventArgs object that holds data for the event.

 See Also