ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / EditorFormatApplying Event

In This Topic
    EditorFormatApplying Event (C1FlexGrid)
    In This Topic
    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)
    public event EventHandler<CancelEventArgs> EditorFormatApplying
    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