Hi,
I created a radrichtextbox with word processor. On the QuickAccessToolBar, the save button is defined as,
<telerik:RadRibbonButton telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=SaveCommand}" Size="Small" SmallImage="/Telerik.Windows.Controls.RichTextBoxUI;component/Images/MSOffice/16/save.png" Text="Save" />
The event handler for this button is defined by "{Binding Path=SaveCommand}". Where is SaveCommand (I assume it be a function)?
If I want to redefine the event handler for this button, how to specify it? Thanks.
York
I created a radrichtextbox with word processor. On the QuickAccessToolBar, the save button is defined as,
<telerik:RadRibbonButton telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=SaveCommand}" Size="Small" SmallImage="/Telerik.Windows.Controls.RichTextBoxUI;component/Images/MSOffice/16/save.png" Text="Save" />
The event handler for this button is defined by "{Binding Path=SaveCommand}". Where is SaveCommand (I assume it be a function)?
If I want to redefine the event handler for this button, how to specify it? Thanks.
York