HealthRuleRunNowButton.OnLoad Method

Handles the load event of a Run Now button.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Sub OnLoad ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnLoad(e)
protected override void OnLoad(
    EventArgs e
)

Parameters

Remarks

If a timer job for the rule already exists, the button is disabled. Otherwise, the InitUI() method is called.

See Also

Reference

HealthRuleRunNowButton Class

HealthRuleRunNowButton Members

Microsoft.SharePoint.WebControls Namespace