Contains the arguments passed to row-related events.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class RowEventArgs : EventArgs |
Visual Basic
Copy Code
|
|---|
Public Class RowEventArgs |
Inheritance HierarchySystem.Object![]()
System.EventArgs![]()
MindFusion.Spreadsheet.RowEventArgs
MindFusion.Spreadsheet.DrawRowEventArgs
MindFusion.Spreadsheet.RowMouseEventArgs
MindFusion.Spreadsheet.SerializeRowTagEventArgs
See Also