Skip to main content
A newer version of this page is available. .

SymbolFormShowingEventArgs(RichEditInsertSymbolViewModel) Constructor

Initializes a new instance of the SymbolFormShowingEventArgs class with the specified view model.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public SymbolFormShowingEventArgs(
    RichEditInsertSymbolViewModel viewModel
)

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