Class PropertyTableEventArgs
Event argument used in Property
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.dll
Version: 7.19.2Syntax
public class PropertyTableEventArgs : EventArgs
Constructors
PropertyTableEventArgs(HtmlTable)
Initializes a new instance of the Property
Declaration
public PropertyTableEventArgs(HtmlTable table)
Parameters
Type | Name | Description |
---|---|---|
System. |
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. |