프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsActiveProperty | |||
MagnifyCommand | System.Windows.Input.RoutedCommand | ||
ScreenshotCommand | System.Windows.Input.RoutedCommand | ||
TargetProperty |
메소드 | 설명 | |
---|---|---|
Previewer ( ) : System.Windows |
메소드 | 설명 | |
---|---|---|
OnIsActiveChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Provides derived classes an opportunity to handle changes to the IsActive property.
|
|
OnTargetChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Provides derived classes an opportunity to handle changes to the Target property.
|
메소드 | 설명 | |
---|---|---|
HandleCanMagnify ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
HandleCanScreenshot ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
HandleMagnify ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
HandleScreenshot ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
HandleTargetOrIsActiveChanged ( ) : void | ||
OnIsActiveChanged ( |
Handles changes to the IsActive property.
|
|
OnTargetChanged ( |
Handles changes to the Target property.
|
protected OnIsActiveChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
리턴 | void |
protected OnTargetChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
리턴 | void |
public static DependencyProperty,System.Windows IsActiveProperty | ||
리턴 |
public static RoutedCommand,System.Windows.Input MagnifyCommand | ||
리턴 | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input ScreenshotCommand | ||
리턴 | System.Windows.Input.RoutedCommand |