Class OutliningEventArgs
Provides data for the OutliningBeforeExpand and OutliningBeforeCollapse events of the EditControl control.
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 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 |
---|
System.Boolean |