C# Class TrainTracker.Web.User

Partial class extending the User type that adds shared properties and methods that will be available both to the server app and the client app
Show file Open project: vega670/TrainTracker

Protected Methods

Method Description
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Override of the OnPropertyChanged method that generates property change notifications when User.DisplayName changes.

Method Details

OnPropertyChanged() protected method

Override of the OnPropertyChanged method that generates property change notifications when User.DisplayName changes.
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e PropertyChangedEventArgs The property change event args.
return void