Class UploadedFileListDesigner
Represents UploadedFileList designer.
Inherited Members
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0Syntax
public class UploadedFileListDesigner : CompositeControlDesigner
Constructors
UploadedFileListDesigner()
Declaration
public UploadedFileListDesigner()
Properties
ActionLists
Gets the action list collection for the control designer.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
TemplateGroups
Gets a collection of template groups, each containing one or more template definitions.
Declaration
public override TemplateGroupCollection TemplateGroups { get; }
Property Value
Type | Description |
---|---|
System.Web.UI.Design.TemplateGroupCollection |
Methods
Initialize(IComponent)
Initializes the specified component.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | The component. |
Overrides
OnComponentChanged(Object, ComponentChangedEventArgs)
Called when [component changed].
Declaration
public override void OnComponentChanged(object sender, ComponentChangedEventArgs ce)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender. |
System.ComponentModel.Design.ComponentChangedEventArgs | ce | The System.ComponentModel.Design.ComponentChangedEventArgs instance containing the event data. |