Try our conversational search powered by Generative AI!

Class PropertyTableEventArgs

Event argument used in PropertyDataCollectionControl when building the System.Web.UI.HtmlControls.HtmlTable.

Inheritance
System.Object
System.EventArgs
PropertyTableEventArgs
Inherited Members
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: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class PropertyTableEventArgs : EventArgs

Constructors

PropertyTableEventArgs(HtmlTable)

Initializes a new instance of the PropertyTableEventArgs class.

Declaration
public PropertyTableEventArgs(HtmlTable table)
Parameters
Type Name Description
System.Web.UI.HtmlControls.HtmlTable table

The control that has just been created.

Properties

Table

Gets the control that has just been created.

Declaration
public HtmlTable Table { get; }
Property Value
Type Description
System.Web.UI.HtmlControls.HtmlTable

Extension Methods