Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CalculateExceptionEventArgs Class
Members


In This Topic
    CalculateExceptionEventArgs Class
    In This Topic
    Represents the event data for the CalculateException event, that contains the exception thrown when calculating the result of a formula.
    Syntax
    'Declaration
     
    
    Public Class CalculateExceptionEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As CalculateExceptionEventArgs
    public class CalculateExceptionEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.CalculateExceptionEventArgs

    See Also