AssemblyWithBase.Simple.BaseClass.OnPropertyChanging C# (CSharp) Метод

OnPropertyChanging() публичный Метод

public OnPropertyChanging ( string text1 ) : void
text1 string
Результат void
        public virtual void OnPropertyChanging(string text1)
        {
            PropertyChanging?.Invoke(this, new PropertyChangingEventArgs(text1));
        }