Interface IBindingCallbackReceiver
Interface used to receive life cycle information
Namespace: Global Namespace
Syntax
public interface IBindingCallbackReceiver
Methods
OnCreate(IBinding)
Called when the binding is created by SystemGraph
Declaration
void OnCreate(IBinding bindingSource)
Parameters
| Type | Name | Description |
|---|---|---|
| IBinding | bindingSource | The binding being created. |