RichEditView.Visit(IRichEditViewVisitor) Method
A key method for the Visitor pattern that calls the appropriate Visit method of the Visitor.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
visitor | IRichEditViewVisitor | An object exposing the IRichEditViewVisitor representing the Visitor of the Visitor pattern. |
Remarks
A Visit method is implemented in each RichEditView descendant. It calls the corresponding Visit method of the object exposing a Visitor interface. This object is passed as the parameter.
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also