SymbolFormShowingEventArgs(RichEditInsertSymbolViewModel) Constructor
Initializes a new instance of the SymbolFormShowingEventArgs class with the specified view model.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
viewModel | DevExpress.XtraRichEdit.Forms.RichEditInsertSymbolViewModel | A DevExpress.XtraRichEdit.Forms.RichEditInsertSymbolViewModel object. This value is assigned to the SymbolFormShowingEventArgs.ViewModel property. |
See Also