Represents an event handler in Configuration Manager 2007 that serves as a delegate to use after all user interface changes are saved. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As New PostEventHandler(AddressOf HandlerMethod)

Syntax

Visual Basic
Public Delegate Sub PostEventHandler ()
C#
public delegate void PostEventHandler ()
C++
public delegate void PostEventHandler ()
J#
/** @delegate */
public delegate void PostEventHandler ()
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also