Brook.ZhiHuRiBao.Elements.ToolBar.Notify C# (CSharp) Method

Notify() private method

private Notify ( string property ) : void
property string
return void
        private void Notify(string property)
        {
            if (PropertyChanged != null)
                PropertyChanged(this, new PropertyChangedEventArgs(property));
        }