FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / CursorChanging Event

In This Topic
    CursorChanging Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event CursorChanging As EventHandler(Of GridCellRangeEventArgs)
    public event EventHandler<GridCellRangeEventArgs> CursorChanging
    Event Data

    The event handler receives an argument of type C1.WPF.Grid.GridCellRangeEventArgs containing data related to this event. The following GridCellRangeEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from C1.WPF.Grid.CancelEventArgs)
    (Inherited from C1.WPF.Grid.CancelEventArgs)
     
     
    See Also