C# Class ClassWithBeforeImplementation, PropertyChanging

Inheritance: INotifyPropertyChanging
Datei anzeigen Open project: Fody/PropertyChanging

Private Properties

Property Type Description

Public Methods

Method Description
OnPropertyChanging ( string propertyName, object before ) : void
ValidateIsString ( object value ) : void

Method Details

OnPropertyChanging() public method

public OnPropertyChanging ( string propertyName, object before ) : void
propertyName string
before object
return void

ValidateIsString() public method

public ValidateIsString ( object value ) : void
value object
return void