Gets or sets an event handler that is invoked after all user interface changes are saved. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPropertyPage
Dim value As PostEventHandler

value = instance.PostEventHandler

instance.PostEventHandler = value

Syntax

Visual Basic
Public Property PostEventHandler As PostEventHandler
C#
public PostEventHandler PostEventHandler { get; set; }
C++
public:
property PostEventHandler^ PostEventHandler {
		PostEventHandler^ get ();
		void set (PostEventHandler^ value);
}
J#
/** @property */
public PostEventHandler get_PostEventHandler ()

/** @property */
public void set_PostEventHandler (PostEventHandler value)
JScript
public function get PostEventHandler () : PostEventHandler

public function set PostEventHandler (value : PostEventHandler)

Property Value

PostEventHandler object.

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