C# Класс IdeaBlade.Windows.ControlParameter

A Parameter which references a UI control.
Наследование: Parameter, INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
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