Share via


SmsPropertyPage.PostEventHandler Property

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

'Usage
Dim instance As SmsPropertyPage
Dim value As PostEventHandler

value = instance.PostEventHandler

instance.PostEventHandler = value

Syntax

'Declaration
Public Property PostEventHandler As PostEventHandler
public PostEventHandler PostEventHandler { get; set; }
public:
property PostEventHandler^ PostEventHandler {
    PostEventHandler^ get ();
    void set (PostEventHandler^ value);
}
/** @property */
public PostEventHandler get_PostEventHandler ()

/** @property */
public void set_PostEventHandler (PostEventHandler value)
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

Reference

SmsPropertyPage Class
SmsPropertyPage Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
PostEventHandler Delegate