ComponentOne Basic Library for WPF and Silverlight
CommandParameter Property (C1MenuItem)


C1.Silverlight Namespace > C1MenuItem Class : CommandParameter Property
Gets or sets the parameter to pass to the Command property.
Syntax
'Declaration
 
Public Property CommandParameter As System.Object
'Usage
 
Dim instance As C1MenuItem
Dim value As System.Object
 
instance.CommandParameter = value
 
value = instance.CommandParameter
public System.object CommandParameter {get; set;}
See Also

Reference

C1MenuItem Class
C1MenuItem Members