C# 클래스 Snoop.Previewer

파일 보기 프로젝트 열기: cplotts/snoopwpf

공개 프로퍼티들

프로퍼티 타입 설명
IsActiveProperty System.Windows.DependencyProperty
MagnifyCommand System.Windows.Input.RoutedCommand
ScreenshotCommand System.Windows.Input.RoutedCommand
TargetProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
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 ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the IsActive property.

OnTargetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Target property.

메소드 상세

OnIsActiveChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the IsActive property.
protected OnIsActiveChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnTargetChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the Target property.
protected OnTargetChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

Previewer() 공개 메소드

public Previewer ( ) : System.Windows
리턴 System.Windows

프로퍼티 상세

IsActiveProperty 공개적으로 정적으로 프로퍼티

IsActive Dependency Property
public static DependencyProperty,System.Windows IsActiveProperty
리턴 System.Windows.DependencyProperty

MagnifyCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input MagnifyCommand
리턴 System.Windows.Input.RoutedCommand

ScreenshotCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input ScreenshotCommand
리턴 System.Windows.Input.RoutedCommand

TargetProperty 공개적으로 정적으로 프로퍼티

Target Dependency Property
public static DependencyProperty,System.Windows TargetProperty
리턴 System.Windows.DependencyProperty