ContextMenu.PrepareContainerForItemOverride(DependencyObject, Object) Method

Definition

Prepares the specified element to display the specified item.

protected:
 override void PrepareContainerForItemOverride(System::Windows::DependencyObject ^ element, System::Object ^ item);
protected override void PrepareContainerForItemOverride (System.Windows.DependencyObject element, object item);
override this.PrepareContainerForItemOverride : System.Windows.DependencyObject * obj -> unit
Protected Overrides Sub PrepareContainerForItemOverride (element As DependencyObject, item As Object)

Parameters

element
DependencyObject

Element used to display the specified item.

item
Object

Specified item.

Remarks

Preparing the element may involve applying styles, setting bindings, and so on.

Applies to