KeyProcessor.IsInterestedInHandledEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.