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
- context
Tipo: Microsoft.Windows.Design.EditingContext
O associado EditingContext.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | context is nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.Interaction
PrimarySelectionContextMenuProvider