WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VsaErrorEventArgs

    Show / Hide Table of Contents

    Class VsaErrorEventArgs

    Encapsulates arguments for VSA error events.

    Inheritance
    System.Object
    System.EventArgs
    VsaErrorEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Scripting
    Assembly: Syncfusion.Scripting.Base.dll
    Syntax
    public class VsaErrorEventArgs : EventArgs

    Constructors

    VsaErrorEventArgs(IVsaError)

    Declaration
    public VsaErrorEventArgs(IVsaError vsaError)
    Parameters
    Type Name Description
    Microsoft.Vsa.IVsaError vsaError

    Properties

    Error

    Declaration
    public IVsaError Error { get; }
    Property Value
    Type Description
    Microsoft.Vsa.IVsaError
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved