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
Syntax
Visual Basic |
Public Delegate Sub PostEventHandler ()
|
C# |
public delegate void PostEventHandler ()
|
C++ |
public delegate void PostEventHandler ()
|
J# |
/** @delegate */
public delegate void PostEventHandler ()
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also