Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridCurrentChangingEventArgs Class


    DataGridCurrentChangingEventArgs Class Properties

    For a list of all members of this type, see DataGridCurrentChangingEventArgs members.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value that allows the routed event to be canceled. (Inherited from Xceed.Wpf.DataGrid.CancelRoutedEventArgs)
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public PropertyGets a value indicating whether the current visual row change is cancelable.  
    Public PropertyGets the new current visual row.  
    Public PropertyGets the new DataGridContext.  
    Public PropertyGets the old current visual row.  
    Public PropertyGets the old DataGridContext.  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Top
    See Also