Visual Basic (Declaration) | |
---|---|
Public Overloads Function Subscribe( _ ByVal itemID As String, _ ByVal updControl As Object, _ ByVal property As String, _ ByVal fmt As DataBindFormat _ ) As Subscription |
C# | |
---|---|
public Subscription Subscribe( string itemID, object updControl, string property, DataBindFormat fmt ) |
Parameters
- itemID
- Fully qualified item ID
- updControl
- Object to be bound to
- property
- Name of the property to be bound to.
- fmt
- Object with format information