C# Class Patchwork.Utility.Binding.EventRaised

Inheritance: NotificationMode
ファイルを表示 Open project: GregRos/Patchwork

Public Methods

Method Description
EventRaised ( string eventName ) : System
Subscribe ( object target, IBindable bindable ) : void

Method Details

EventRaised() public method

public EventRaised ( string eventName ) : System
eventName string
return System

Subscribe() public method

public Subscribe ( object target, IBindable bindable ) : void
target object
bindable IBindable
return void