ASP.NET Pack Programmer's Guide
Rating.OnLoad Method
See Also
 





Control.OnLoad override.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

protected override void OnLoad (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnLoad( _
    e As EventArgs _
)

 Parameters

e

Type: EventArgs
A System.EventArgs object that contains the event data.

 See Also

Rating Members
Rating Class
MindFusion.UI.WebForms Namespace