예제 #1
0
파일: ToggleButton.cs 프로젝트: Egaros/lib
 protected virtual void OnUnchecked()
 {
     Unchecked?.Invoke(this, RoutedEventArgsFactory.Create(this));
 }
예제 #2
0
파일: ToggleButton.cs 프로젝트: Egaros/lib
 protected virtual void OnIndeterminate()
 {
     Indeterminate?.Invoke(this, RoutedEventArgsFactory.Create(this));
 }