Class CollapseEventArgs
Provides data for the OutliningTooltipPopup, OutliningTooltipClose, OutliningExpand and OutliningCollapse events of the EditControl control.
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class CollapseEventArgs : EventArgs
Constructors
CollapseEventArgs(String, CollapsableRegion, String)
Initializes a new instance of the CollapseEventArgs class.
Declaration
public CollapseEventArgs(string strCollapseName, CollapsableRegion collapser, string strCollapsedText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strCollapseName | Collapse name. |
| CollapsableRegion | collapser | Collapser. |
| System.String | strCollapsedText | Collapsed text. |
Properties
CollapsedText
Gets or sets collapsed text.
Declaration
public string CollapsedText { get; set; }
Property Value
| Type |
|---|
| System.String |
CollapseName
Gets or sets collapse name.
Declaration
public string CollapseName { get; set; }
Property Value
| Type |
|---|
| System.String |
Collapser
Gets or sets collapser.
Declaration
public CollapsableRegion Collapser { get; set; }
Property Value
| Type |
|---|
| CollapsableRegion |