C# Class IdeaBlade.Windows.ControlParameter

A Parameter which references a UI control.
Inheritance: Parameter, INotifyPropertyChanged
Afficher le fichier Open project: IdeaBlade/DevForce.Utilities

Méthodes publiques

Méthode Description
ControlParameter ( ) : System

Create an instance of this class.

Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void

Initialize the parameter in the UI.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
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

Method Details

ControlParameter() public méthode

Create an instance of this class.
public ControlParameter ( ) : System
Résultat System

Initialize() public méthode

Initialize the parameter in the UI.
public Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void
elementContext System.Windows.FrameworkElement
culture System.Globalization.CultureInfo
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void