Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the form’s Activate event.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub OnActivate ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnActivate(e)
protected override void OnActivate(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe event data.
Remarks
This override conducts state management of a people picker control.