WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StreamCloseEventArgs - WindowsForms API Reference | Syncfusion Closing and ContextPromptUpdate events of the EditControl control. ">

    Show / Hide Table of Contents

    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.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.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 Description
    SaveChangesAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved