MindFusion.UI for WebForms Programmer's Guide

Menu.OnBeginLoad Method

See Also
 





Raises the BeginLoad event.

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

 Syntax

C#  Copy Code

protected virtual void OnBeginLoad (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnBeginLoad( _
    e As EventArgs _
)

 Parameters

e

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

 See Also