Class StreamCloseEventArgs
Provides data for the Closing and ContextPromptUpdate events of the EditControl control.
Inheritance
System.Object
System.EventArgs
StreamCloseEventArgs
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.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class StreamCloseEventArgs : EventArgs
Constructors
StreamCloseEventArgs(SaveChangesAction)
Initializes a new instance of the StreamCloseEventArgs class.
Declaration
public StreamCloseEventArgs(SaveChangesAction action)
Parameters
Type | Name | Description |
---|---|---|
SaveChangesAction | action | Action to be executed on the modified file. |
Fields
Action
Gets or sets the action which needs to be executed on the modified file.
Declaration
public SaveChangesAction Action
Field Value
Type |
---|
SaveChangesAction |