C1.Win.FlexGrid Namespace / C1FlexGrid Class / EditorFormatApplying Event

EditorFormatApplying Event (C1FlexGrid)
Fires in edit mode, when the editor applies format. Can cancel formatting using System.ComponentModel.CancelEventArgs.
Syntax
'Declaration
 
Public Event EditorFormatApplying As EventHandler(Of CancelEventArgs)
 
Event Data

The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also