[]
Fires in edit mode, when the editor applies format. Can cancel formatting using CancelEventArgs.
public event EventHandler<CancelEventArgs> EditorFormatApplying
Public Event EditorFormatApplying As EventHandler(Of CancelEventArgs)
| Type | Description |
|---|---|
| EventHandler<CancelEventArgs> | Fires in edit mode, when the editor applies format. Can cancel formatting using . |