Interface IBinder
Binder is a component that can be bind to the bindable property in the
Namespace: FastenUp.Runtime.Binders
Assembly: cs.temp.dll.dll
Syntax
public interface IBinder
Properties
Name
The name of the bindable property in the
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
If the name is empty, the binder will ignore the binding and log an error. To ignore the binding without logging an error, set the name that starts with the # symbol.
Events
OnBinderChanged
The event will be invoked when the binder is changed somehow (For example, when the value is changed). Value in the event is the binder that was changed.
Declaration
event OnBinderChanged OnBinderChanged
Event Type
Type | Description |
---|---|
OnBinderChanged |