Share via


ExecutedToolEventArgs.Parameter Property

Gets the parameter associated with this ExecutedToolEventArgs object.

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

Syntax

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

Property Value

Type: System.Object
An object that represents the parameter associated with this ExecutedToolEventArgs object. The return value can be nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ExecutedToolEventArgs Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility