Microsoft.ManagementConsole.ActionsPaneItem.Notify C# (CSharp) Method

Notify() private method

private Notify ( ) : void
return void
        internal void Notify()
        {
            if (this.Changed != null)
            {
                this.Changed(this, null);
            }
        }