Search
GridRowEventArgs Class
See Also
 





Contains the arguments passed to grid row-related events.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public class GridRowEventArgs : EventArgs

Visual Basic  Copy Code

Public Class GridRowEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.DataViews.Wpf.GridRowEventArgs

 See Also