Compartilhar via


Construtor MenuActionEventArgs

Initializes a new instance of the MenuActionEventArgs class.

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

Sintaxe

'Declaração
Public Sub New ( _
    context As EditingContext _
)
public MenuActionEventArgs(
    EditingContext context
)
public:
MenuActionEventArgs(
    EditingContext^ context
)
new : 
        context:EditingContext -> MenuActionEventArgs
public function MenuActionEventArgs(
    context : EditingContext
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

context is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

MenuActionEventArgs Classe

Namespace Microsoft.Windows.Design.Interaction

PrimarySelectionContextMenuProvider

MenuGroup

MenuAction

ModelItem

Outros recursos

Passo a passo: Criando um provedor de menu