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

Notify() private method

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