Class PreStyleCalculatedEventArgs
Arguments for event before the format of element is calculated.
Inheritance
System.Object
System.EventArgs
PreStyleCalculatedEventArgs
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.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public class PreStyleCalculatedEventArgs : EventArgs
Constructors
PreStyleCalculatedEventArgs(ArrayList)
Initializes a new instance of the PreStyleCalculatedEventArgs class
Declaration
public PreStyleCalculatedEventArgs(ArrayList styles)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.ArrayList | styles | Collection of IHTMLFormat objects. |
Properties
Item[Int32]
Returns the IHTMLFormat object from collection by its index.
Declaration
public IHTMLFormat this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | index value |
Property Value
| Type |
|---|
| IHTMLFormat |
Styles
Gets the collection of IHTMLFormat objects from which the final style of element would be calculated. Significance of styles raises from the beginning to the end.
Declaration
public ArrayList Styles { get; }
Property Value
| Type |
|---|
| System.Collections.ArrayList |