C# 클래스 Illusion.Message

Host's attached properties related to routed UI messaging.
파일 보기 프로젝트 열기: kasicass/kasicass

공개 프로퍼티들

프로퍼티 타입 설명
AttachProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetAttach ( DependencyObject d ) : string

Gets the attached triggers and messages.

GetHandler ( DependencyObject d ) : object

Gets the message handler for this element.

SetAttach ( DependencyObject d, string attachText ) : void

Sets the attached triggers and messages.

SetHandler ( DependencyObject d, object value ) : void

Places a message handler on this element.

비공개 메소드들

메소드 설명
OnAttachChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetAttach() 공개 정적인 메소드

Gets the attached triggers and messages.
public static GetAttach ( DependencyObject d ) : string
d System.Windows.DependencyObject The element that was attached to.
리턴 string

GetHandler() 공개 정적인 메소드

Gets the message handler for this element.
public static GetHandler ( DependencyObject d ) : object
d System.Windows.DependencyObject The element.
리턴 object

SetAttach() 공개 정적인 메소드

Sets the attached triggers and messages.
public static SetAttach ( DependencyObject d, string attachText ) : void
d System.Windows.DependencyObject The element to attach to.
attachText string The parsable attachment text.
리턴 void

SetHandler() 공개 정적인 메소드

Places a message handler on this element.
public static SetHandler ( DependencyObject d, object value ) : void
d System.Windows.DependencyObject The element.
value object The message handler.
리턴 void

프로퍼티 상세

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

A property definition representing attached triggers and messages.
public static DependencyProperty,System.Windows AttachProperty
리턴 System.Windows.DependencyProperty