KeyProcessor::IsInterestedInHandledEvents Property

 

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

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
property bool IsInterestedInHandledEvents {
	virtual bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: