ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRangeEventArgs Class
Properties


In This Topic
    CellRangeEventArgs Class Members
    In This Topic

    The following tables list the members exposed by CellRangeEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a CellRangeEventArgs.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyCellRange affected by the event.  
    Public PropertyCellType of the range affected by the event.  
    Public PropertyIndex of the column affected by the event.  
    Public PropertyGridPanel that contains the range affected by the event.  
    Public PropertyIndex of the row affected by the event.  
    Top
    See Also