C# Class Patchwork.Utility.Binding.EventRaised

Inheritance: NotificationMode
Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

Méthode Description
EventRaised ( string eventName ) : System
Subscribe ( object target, IBindable bindable ) : void

Method Details

EventRaised() public méthode

public EventRaised ( string eventName ) : System
eventName string
Résultat System

Subscribe() public méthode

public Subscribe ( object target, IBindable bindable ) : void
target object
bindable IBindable
Résultat void