Microsoft.ManagementConsole.View.OnSharedDataChangeRequested C# (CSharp) Method

OnSharedDataChangeRequested() protected method

protected OnSharedDataChangeRequested ( object selectionObject, WritableSharedDataItem item, byte newValue, AsyncStatus status ) : void
selectionObject object
item WritableSharedDataItem
newValue byte
status AsyncStatus
return void
        protected virtual void OnSharedDataChangeRequested(object selectionObject, WritableSharedDataItem item, byte[] newValue, AsyncStatus status)
        {
        }