Click Class

Static Class that holds all Dependency Properties and Static methods to allow the Click event of the ButtonBase class to be attached to a Command.

Namespace:  Microsoft.Practices.Composite.Presentation.Commands
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public NotInheritable Class Click
public static class Click
public ref class Click abstract sealed
Microsoft.Practices.Composite.Presentation.Commands.Click = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Commands.Click');

Remarks

This class is required, because Silverlight doesn't have native support for Commands.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Presentation.Commands.Click

See Also

Click Members

Microsoft.Practices.Composite.Presentation.Commands Namespace