ActiveReports 13
CommandBindings Property

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : CommandBindings Property
Gets a collection of System.Windows.Input.CommandBinding objects associated with this element. A System.Windows.Input.CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element.
Syntax
'Declaration
 
Public ReadOnly Property CommandBindings As CommandBindingCollection
public CommandBindingCollection CommandBindings {get;}

Property Value

The collection of all System.Windows.Input.CommandBinding objects.
See Also

Reference

Viewer Class
Viewer Members