C# 클래스 System.Windows.DataTrigger

상속: System.Windows.TriggerBase, System.Windows.Markup.IAddChild
파일 보기 프로젝트 열기: wjk/dotnet-wpf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCurrentState bool
Seal void

공개 메소드들

메소드 설명
IAddChild ( Object value ) : void

This method is called to Add a Setter object as a child of the Style.

IAddChild ( string text ) : void

This method is called by the parser when text appears under the tag in markup. As default Styles do not support text, calling this method has no effect.

ReceiveMarkupExtension ( object targetObject, XamlSetMarkupExtensionEventArgs eventArgs ) : void

비공개 메소드들

메소드 설명
GetCurrentState ( DependencyObject container, System.Windows.UncommonField dataField ) : bool
Seal ( ) : void

메소드 상세

IAddChild() 공개 메소드

This method is called to Add a Setter object as a child of the Style.
public IAddChild ( Object value ) : void
value Object /// The object to add as a child; it must be a Setter or subclass. ///
리턴 void

IAddChild() 공개 메소드

This method is called by the parser when text appears under the tag in markup. As default Styles do not support text, calling this method has no effect.
public IAddChild ( string text ) : void
text string /// Text to add as a child. ///
리턴 void

ReceiveMarkupExtension() 공개 정적인 메소드

public static ReceiveMarkupExtension ( object targetObject, XamlSetMarkupExtensionEventArgs eventArgs ) : void
targetObject object
eventArgs XamlSetMarkupExtensionEventArgs
리턴 void