Class TreeRenderingEventArgs
Inheritance
System.Object
System.EventArgs
Namespace: Umbraco.Web.Trees
Assembly: Umbraco.Web.dll
Syntax
public class TreeRenderingEventArgs : EventArgs
Constructors
View SourceTreeRenderingEventArgs(FormDataCollection)
Declaration
public TreeRenderingEventArgs(FormDataCollection queryStrings)
Parameters
Type | Name | Description |
---|---|---|
FormDataCollection | queryStrings |
Properties
View SourceQueryStrings
Declaration
public FormDataCollection QueryStrings { get; }
Property Value
Type | Description |
---|---|
FormDataCollection |