NamespaceExtension.OnSharedDataChanged Method (SharedDataItem)
Called when published data on the primary node changes.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnSharedDataChanged(
SharedDataItem item
)
protected:
virtual void OnSharedDataChanged(
SharedDataItem^ item
)
abstract OnSharedDataChanged :
item:SharedDataItem -> unit
override OnSharedDataChanged :
item:SharedDataItem -> unit
Protected Overridable Sub OnSharedDataChanged (
item As SharedDataItem
)
Parameters
item
Type: Microsoft.ManagementConsole.SharedDataItemThe changed item.
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.
Remarks
A null value means that the snap-in does not participate in persistence. String.Empty is a valid key and can be used by the snap-in.
See Also
NamespaceExtension Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top