ContextMenuProvider.Update Method

Raises the UpdateItemStatus event so the visibility and enabled status of menu items can be refreshed.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub Update ( _
    context As EditingContext _
)
public void Update(
    EditingContext context
)
public:
void Update(
    EditingContext^ context
)
member Update : 
        context:EditingContext -> unit 
public function Update(
    context : EditingContext
)

Parameters

.NET Framework Security

See Also

Reference

ContextMenuProvider Class

Microsoft.Windows.Design.Interaction Namespace

EditingContext

PrimarySelectionContextMenuProvider

MenuGroup

MenuAction

FeatureProvider

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility