Skip to main content

SymbolFormShowingEventArgs(RichEditInsertSymbolViewModel) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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