Event CustomFormattingOptions
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
Occurs when text document is being formatted to provide custom formatting options.
public event EventHandler<FormattingOptionsEventArgs> CustomFormattingOptions
Returns
- EventHandler<FormattingOptionsEventArgs>
- Occurs when text document is being formatted to provide custom formatting options.
- Implements