Example #1
0
 private RadRoutedEventArgs RaiseUnchecked()
 {
     return(RadButton.RaiseRadRoutedEvent(UncheckedEvent, this));
 }
Example #2
0
 private RadRoutedEventArgs RaiseClick()
 {
     return(RadButton.RaiseRadRoutedEvent(ClickEvent, this));
 }