ESRI.ArcGIS.Mobile.Client
CheckableCommandParameter Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : CheckableCommandParameter Class


The following tables list the members exposed by CheckableCommandParameter.

Public Constructors

 NameDescription
Public ConstructorCheckableCommandParameter Constructor Initializes a new instance of the CheckableCommandParameter class.  
Top

Public Properties

 NameDescription
Public PropertyIsChecked Indicates whether the item is checked.  
Public PropertyParameter Arbitrary object value that can be used to store custom information with the CheckableCommandParameter.  
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Raises the PropertyChanged event.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property value changes.  
Top

See Also