WinForms

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

    Show / Hide Table of Contents

    Class OutliningEventArgs

    Provides data for the OutliningBeforeExpand and OutliningBeforeCollapse events of the EditControl control.

    Inheritance
    System.Object
    System.EventArgs
    CollapseEventArgs
    OutliningEventArgs
    Inherited Members
    CollapseEventArgs.CollapseName
    CollapseEventArgs.Collapser
    CollapseEventArgs.CollapsedText
    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 OutliningEventArgs : CollapseEventArgs

    Constructors

    OutliningEventArgs(String, CollapsableRegion, String)

    Initializes a new instance of the OutliningEventArgs class.

    Declaration
    public OutliningEventArgs(string strCollapseName, CollapsableRegion collapser, string strCollapsedText)
    Parameters
    Type Name Description
    System.String strCollapseName

    Collapse name.

    CollapsableRegion collapser

    Collapser.

    System.String strCollapsedText

    Collapsed text.

    Properties

    Cancel

    Gets or sets a value indicating whether user cancels the underlying event.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved