CanExecuteToolEventArgs.Parameter Property
Gets the parameter associated with this CanExecuteToolEventArgs.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property Parameter As Object
'Usage
Dim instance As CanExecuteToolEventArgs
Dim value As Object
value = instance.Parameter
public Object Parameter { get; }
public:
property Object^ Parameter {
Object^ get ();
}
public function get Parameter () : Object
Property Value
Type: System.Object
An object that represents the parameter associated with this CanExecuteToolEventArgs. The return value may be nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CanExecuteToolEventArgs Members
Microsoft.Windows.Design.Interaction Namespace