New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public ChangeBibliographicStyleCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Methods

Performs the execute action specific to the command.

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Overrides: RichTextBoxCommandBase.ExecuteOverride(object)

C#
protected virtual void OnBibliographicStyleChanged(StylePropertyChangedEventArgs<BibliographicReferenceStyleBase> e)
Parameters:eStylePropertyChangedEventArgs<BibliographicReferenceStyleBase>

Events

C#
public event EventHandler<StylePropertyChangedEventArgs<BibliographicReferenceStyleBase>> BibliographicStyleChanged