Search Results for

    Show / Hide Table of Contents

    Class FrameMainDesigner.ExitReportArgs

    Event arguments for an exit request, allowing the host to cancel the exit or to suppress removal of the designer control from its parent.

    Inheritance
    object
    FrameMainDesigner.ExitReportArgs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public class FrameMainDesigner.ExitReportArgs

    Constructors

    View Source

    ExitReportArgs()

    Declaration
    public ExitReportArgs()

    Fields

    View Source

    Cancelled

    Declaration
    public bool Cancelled
    Field Value
    Type Description
    bool
    View Source

    RemoveControl

    Declaration
    public bool RemoveControl
    Field Value
    Type Description
    bool
    • View Source
    In this article
    Back to top Generated by DocFX