ScopeNodeBase.OnFireRefreshDisposeItemEvent Method
Handles a notification of a refresh dispose item event.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim sender As Object
Me.OnFireRefreshDisposeItemEvent(sender)
Syntax
'Declaration
<DebuggerStepThroughAttribute> _
Protected Sub OnFireRefreshDisposeItemEvent ( _
sender As Object _
)
[DebuggerStepThroughAttribute]
protected void OnFireRefreshDisposeItemEvent (
Object sender
)
[DebuggerStepThroughAttribute]
protected:
void OnFireRefreshDisposeItemEvent (
Object^ sender
)
/** @attribute DebuggerStepThroughAttribute() */
protected void OnFireRefreshDisposeItemEvent (
Object sender
)
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
Reference
ScopeNodeBase Class
ScopeNodeBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace