Class StreamCloseEventArgs
Provides data for the Closing and ContextPromptUpdate events of the EditControl control.
Inheritance
System.Object
StreamCloseEventArgs
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 |