Class FilterViewCategoryCreatedEventArgs
Event arguments used in the CategoryCreated event.
Inheritance
System.Object
System.EventArgs
FilterViewCategoryCreatedEventArgs
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: Telerik.WinControls.UI.FilterView
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FilterViewCategoryCreatedEventArgs : EventArgs
Constructors
FilterViewCategoryCreatedEventArgs(BaseFilterViewCategoryElement)
Initializes a new instance of the FilterViewCategoryCreatedEventArgs class.
Declaration
public FilterViewCategoryCreatedEventArgs(BaseFilterViewCategoryElement category)
Parameters
BaseFilterViewCategoryElement
category
The category element. |
Properties
Category
Gets or sets the category.
Declaration
public BaseFilterViewCategoryElement Category { get; }
Property Value
BaseFilterViewCategoryElement
|