Search
CellValidationEventArgs Class
See Also
 






Provides data for validation events related to individual cells.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public class CellValidationEventArgs : CellEventArgs

Visual Basic  Copy Code

Public Class CellValidationEventArgs
    Inherits CellEventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Spreadsheet.Wpf.CellEventArgs
            MindFusion.Spreadsheet.Wpf.CellValidationEventArgs

 See Also