ComponentOne DataGrid for WPF and Silverlight
Unchecked Event (DataGridToggleGroupButton)

C1.WPF.DataGrid Namespace > DataGridToggleGroupButton Class : Unchecked Event
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
Public Event Unchecked As System.Windows.RoutedEventHandler
[System.ComponentModel.Category("Behavior")]
public event System.Windows.RoutedEventHandler Unchecked
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