CommandRouting.SetInterceptsCommandRouting(DependencyObject, Boolean) Method
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.
Sets the value of the InterceptsCommandRouting on a DependencyObject.
public:
static void SetInterceptsCommandRouting(System::Windows::DependencyObject ^ element, bool value);
public static void SetInterceptsCommandRouting (System.Windows.DependencyObject element, bool value);
static member SetInterceptsCommandRouting : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetInterceptsCommandRouting (element As DependencyObject, value As Boolean)
Parameters
- element
- DependencyObject
The element on which the property is to be set.
- value
- Boolean
The value of the property to be set.