메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Method that handles cleanup of the viewmodel
|
|
PurposeViewModel ( ) : System |
Constructor that handles initialization of the viewmodel
|
|
Subscribe ( ) : void |
Method that handles subscribing to the needed messages
|
|
Unsubscribe ( ) : void |
Method that handles unsubscribing
|
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
메소드 | 설명 | |
---|---|---|
HandleBackMessage ( ) : void |
Method that handles the Back message
|
|
HandleDeleteMessage ( |
Method that handles the Delete message
|
|
HandleSelectedMessage ( |
Method that handles the Selected message
|
|
InitializeCollection ( ) : void |
Method that handles initialization of the observerable collection
|
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
리턴 | void |