Microsoft.ManagementConsole.MmcListViewColumn.Notify C# (CSharp) Méthode

Notify() private méthode

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