Click or drag to resize

NotificationBarControlGetBindingConnector Method

GetBindingConnector(int connectionId, object target)

Namespace:  Unvired.Kernel.UI
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IComponentConnector GetBindingConnector(
	int connectionId,
	Object target
)

Parameters

connectionId
Type: SystemInt32
target
Type: SystemObject

Return Value

Type: IComponentConnector

Implements

IComponentConnector2GetBindingConnector(Int32, Object)
See Also