Exemple #1
0
 protected virtual void OnAfterTransitionEvent <T>(string viewReference, IExecutableBehavior <T> behavior) where T : IViewModel, new()
 {
 }
Exemple #2
0
 protected virtual void OnBehaviorEvent <T>(IExecutableBehavior <T> executableBehavior, BehaviorEvent <T> behaviorEvent) where T : IViewModel, new()
 {
     executableBehavior.Execute(behaviorEvent);
 }