ComponentOne DataGrid for WPF and Silverlight
Click Event (DataGridToggleGroupButton)

C1.WPF.DataGrid Namespace > DataGridToggleGroupButton Class : Click Event
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
Public Event Click As System.Windows.RoutedEventHandler
[System.ComponentModel.Category("Behavior")]
public event System.Windows.RoutedEventHandler Click
Event Data

The event handler receives an argument of type System.Windows.RoutedEventArgs containing data related to this event. The following RoutedEventArgs properties provide information specific to this event.

PropertyDescription
Gets a reference to the object that raised the event.  
See Also