Class CollapseEventArgs
Provides data for the OutliningTooltipPopup, OutliningTooltipClose, OutliningExpand and OutliningCollapse events of the EditControl control.
Inheritance
System.Object
System.EventArgs
CollapseEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |