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

Notify() private method

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