Create a DataBind subscription for one item.
The item is added to the refresh group and the internal callback handler will write
new values to the specified control.
Overload List
Overload | Description |
Subscribe(String,Object) |
Create a DataBind subscription for one item.
The item is added to the refresh group and the internal callback handler will write
new values to the specified control.
|
Subscribe(String,Object,Int32) |
Create a DataBind subscription for one item.
The item is added to the refresh group and the internal callback handler will write
new values to the specified control at the specified index.
|
Subscribe(String,Object,DataBindFormat) |
Create a subscription for one item.
The item is added to the refresh group and the internal callback handler will write
new values to the specified control.
The value is formatted according the format definition object.
|
Subscribe(String,Object,Int32,DataBindFormat) |
Create a subscription for one item.
The item is added to the refresh group and the internal callback handler will write
new values to the specified control at the specified index.
The value is formatted according the format definition object.
|
Subscribe(String,Object,Int32,Int32,DataBindFormat) |
Create a subscription for one item.
The item is added to the refresh group and the internal callback handler will write
new values to the specified control at the specified index.
The value is formatted according the format definition object.
|
Subscribe(String,Object,String,DataBindFormat) |
Create subscription to the named property in any class.
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also