Open sandboxFocus

Property Binding

Binding

Use IEvent.Add(dynamic?), IEvent.Remove(dynamic?) or IEvent.Raise(params dynamic?[]) to generate run-time code that accesses the event.

Declaration
[Obsolete("Use 'IEvent'.'IEventInvoker.Add(dynamic?)', 'IEvent'.'IEventInvoker.Remove(dynamic?)' or 'IEvent'.'IEventInvoker.Raise(params dynamic?[])' to generate run-time code that accesses the event.", false)]
public abstract IEventBinding Binding { get; }
Property Value
Type Description
IEventBinding