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.dll
Version: 7.19.2Syntax
public class PropertyTableEventArgs : EventArgsConstructors
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 | 
