Interface INotifyStylePropertyChange
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface INotifyStylePropertyChange
Methods
Declaration
void add_StylePropertyChanged(StylePropertyChangeEventHandler value)
Parameters
Declaration
void add_StylePropertyChanging(StylePropertyChangeEventHandler value)
Parameters
Declaration
void remove_StylePropertyChanged(StylePropertyChangeEventHandler value)
Parameters
Declaration
void remove_StylePropertyChanging(StylePropertyChangeEventHandler value)
Parameters
Events
Declaration
event StylePropertyChangeEventHandler StylePropertyChanged
Event Type
Declaration
event StylePropertyChangeEventHandler StylePropertyChanging
Event Type
Extension Methods