TreeListCustomJSPropertiesEventArgs Constructors
Provides data for the ASPxTreeList.CustomJSProperties event.Name | Parameters | Description |
---|---|---|
TreeListCustomJSPropertiesEventArgs() | none | Initializes a new instance of the TreeListCustomJSPropertiesEventArgs class. |
TreeListCustomJSPropertiesEventArgs(Dictionary<String, Object>) | properties | Initializes a new instance of the TreeListCustomJSPropertiesEventArgs class with the specified temporary client properties. |
See Also