Class ChangeFontFamilyCommand
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ChangeFontFamilyCommand : RichTextBoxCommandBase, ICommand
Constructors
ChangeFontFamilyCommand(RadRichTextBox)
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|
Overrides
OnFontFamilyChanged(StylePropertyChangedEventArgs<FontFamily>)
Declaration
protected virtual void OnFontFamilyChanged(StylePropertyChangedEventArgs<FontFamily> e)
Parameters
StylePropertyChangedEventArgs<System.Windows.Media.FontFamily>
e
|
UpdateSpanStyle()
Declaration
protected override void UpdateSpanStyle()
Overrides
Events
FontFamilyChanged
Declaration
public event EventHandler<StylePropertyChangedEventArgs<FontFamily>> FontFamilyChanged
Event Type
System.EventHandler<StylePropertyChangedEventArgs<System.Windows.Media.FontFamily>>
|