AssemblyWithBase.Simple.BaseClass.OnPropertyChanging C# (CSharp) Method

OnPropertyChanging() public method

public OnPropertyChanging ( string text1 ) : void
text1 string
return void
        public virtual void OnPropertyChanging(string text1)
        {
            PropertyChanging?.Invoke(this, new PropertyChangingEventArgs(text1));
        }