Handles a notification to every page in the property sheet that the user has clicked the Apply button and wants all changes to take effect. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim returnValue As Boolean

returnValue = Me.OnApply

Syntax

Visual Basic
Protected Overrides Function OnApply As Boolean
C#
protected override bool OnApply ()
C++
protected:
virtual bool OnApply () override
J#
protected boolean OnApply ()
JScript
protected override function OnApply () : boolean

Return Value

true if all changes have taken effect; otherwise false.

Remarks

Your application must override this method in a derived class.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also