C# Класс System.Windows.Controls.ContentControl

Наследование: Control, System.Windows.Markup.IAddChild
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LeftProperty DependencyProperty
RightProperty DependencyProperty

Защищенные методы

Метод Описание
OnLeftChanged ( object oldContent, object newContent ) : void

Called when the Content property changes.

OnRightChanged ( object oldContent, object newContent ) : void

Called when the Content property changes.

Приватные методы

Метод Описание
OnLeftPropertyChanged ( IDependencyObject d, DependencyPropertyChangedEventArgs e ) : void

ContentProperty property changed handler.

OnRightPropertyChanged ( IDependencyObject d, DependencyPropertyChangedEventArgs e ) : void

ContentProperty property changed handler.

Описание методов

OnLeftChanged() защищенный Метод

Called when the Content property changes.
protected OnLeftChanged ( object oldContent, object newContent ) : void
oldContent object /// The old value of the Content property. ///
newContent object /// The new value of the Content property. ///
Результат void

OnRightChanged() защищенный Метод

Called when the Content property changes.
protected OnRightChanged ( object oldContent, object newContent ) : void
oldContent object /// The old value of the Content property. ///
newContent object /// The new value of the Content property. ///
Результат void

Описание свойств

LeftProperty публичное статическое свойство

Identifies the Content dependency property.
public static DependencyProperty LeftProperty
Результат DependencyProperty

RightProperty публичное статическое свойство

public static DependencyProperty RightProperty
Результат DependencyProperty