Class ScriptEventArgs
Inheritance
System.Object
System.EventArgs
ScriptEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Scripting
Assembly: Syncfusion.Scripting.Base.dll
Syntax
public class ScriptEventArgs : EventArgs
Constructors
ScriptEventArgs()
Declaration
public ScriptEventArgs()
ScriptEventArgs(Script)
Declaration
public ScriptEventArgs(Script script)
Parameters
Type | Name | Description |
---|---|---|
Script | script |
Properties
Script
Declaration
public Script Script { get; }
Property Value
Type |
---|
Script |