Contains the arguments passed to handlers of object validation events.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class ObjectValidationEventArgs : ObjectEventArgs |
Visual Basic
Copy Code
|
|---|
Public Class ObjectValidationEventArgs |
Inheritance HierarchySystem.Object![]()
System.EventArgs![]()
MindFusion.Spreadsheet.ObjectEventArgs
MindFusion.Spreadsheet.ObjectValidationEventArgs
See Also