Proprietà ExecutedToolEventArgs.Parameter

Ottiene il parametro associato a questo oggetto ExecutedToolEventArgs.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parameter As Object
    Get
public Object Parameter { get; }
public:
property Object^ Parameter {
    Object^ get ();
}
member Parameter : Object
function get Parameter () : Object

Valore proprietà

Tipo: System.Object
Oggetto che rappresenta il parametro associato a questo oggetto ExecutedToolEventArgs.Il valore restituito può essere nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExecutedToolEventArgs Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF