Open sandboxFocus

Property Binding

Binding

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

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