Handles a notification of a refresh dispose item event.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim sender As Object
Me.OnFireRefreshDisposeItemEvent(sender)
|
Syntax
Visual Basic |
<DebuggerStepThroughAttribute> _
Protected Sub OnFireRefreshDisposeItemEvent ( _
sender As Object _
)
|
C# |
[DebuggerStepThroughAttribute]
protected void OnFireRefreshDisposeItemEvent (
Object sender
)
|
C++ |
[DebuggerStepThroughAttribute]
protected:
void OnFireRefreshDisposeItemEvent (
Object^ sender
)
|
J# |
/** @attribute DebuggerStepThroughAttribute() */
protected void OnFireRefreshDisposeItemEvent (
Object sender
)
|
JScript |
DebuggerStepThroughAttribute
protected function OnFireRefreshDisposeItemEvent (
sender : Object
)
|
Parameters
- sender
-
[in] System.Object instance that indicates the sender of a
refresh dispose item event.
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