AssemblyWithBase.Simple.BaseClassWithVirtualProperty.OnPropertyChanging C# (CSharp) Méthode

OnPropertyChanging() public méthode

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