C# 클래스 IdeaBlade.Windows.ControlParameter

A Parameter which references a UI control.
상속: Parameter, INotifyPropertyChanged
파일 보기 프로젝트 열기: IdeaBlade/DevForce.Utilities

공개 메소드들

메소드 설명
ControlParameter ( ) : System

Create an instance of this class.

Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void

Initialize the parameter in the UI.

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

비공개 메소드들

메소드 설명
FindControl ( FrameworkElement element, string name ) : FrameworkElement
GetHandlerDelegate ( ) : Delegate
GetProperty ( string propertyName ) : PropertyInfo
GetResolvedEventName ( string eventName ) : string
GetResolvedPropertyName ( string propertyName ) : string
HandleRefreshEvent ( object sender, RoutedEventArgs e ) : void
InitializeCore ( ) : void
RegisterRefreshEvent ( ) : void
SetValueFromControl ( ) : void
SetupHandler ( ) : void
UnregisterRefreshEvent ( ) : void
ValidateControlName ( string name ) : UIElement
ValidateEventName ( string name ) : EventInfo
ValidatePropertyName ( string name ) : PropertyInfo

메소드 상세

ControlParameter() 공개 메소드

Create an instance of this class.
public ControlParameter ( ) : System
리턴 System

Initialize() 공개 메소드

Initialize the parameter in the UI.
public Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void
elementContext System.Windows.FrameworkElement
culture System.Globalization.CultureInfo
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void