Class DropDownContentManagerEventArgs
EventArgs associated with DropDownContentManager events.
Inheritance
System.Object
System.EventArgs
DropDownContentManagerEventArgs
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.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class DropDownContentManagerEventArgs : EventArgs
Properties
DropDownContentManager
Gets or sets the associated DropDownContentManager.
Declaration
public DropDownContentManager DropDownContentManager { get; }
Property Value
DropDownContentManager
|