KeyProcessor.IsInterestedInHandledEvents Property

Definition

Determines whether this processor should be called for events that have been handled by earlier KeyProcessor objects.

public:
 virtual property bool IsInterestedInHandledEvents { bool get(); };
public:
 virtual property bool IsInterestedInHandledEvents { bool get(); };
public virtual bool IsInterestedInHandledEvents { get; }
member this.IsInterestedInHandledEvents : bool
Public Overridable ReadOnly Property IsInterestedInHandledEvents As Boolean

Property Value

true if this processor should be called for events that have been handled by earlier KeyProcessor objects, otherwise false.

Applies to