Class RadAutoCompleteDropDownClosedEventArgs
Represents a close event arguments when Rad
Inheritance
System.Object
System.EventArgs
RadAutoCompleteDropDownClosedEventArgs
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
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadAutoCompleteDropDownClosedEventArgs : RadPopupClosedEventArgs
Constructors
RadAutoCompleteDropDownClosedEventArgs(RadPopupCloseReason, EventArgs)
Initializes a new instance of the Rad
Declaration
public RadAutoCompleteDropDownClosedEventArgs(RadPopupCloseReason reason, EventArgs inputArguments)
Parameters
Rad The reason. |
System. The System. |
Properties
InputArguments
Gets the input arguments.
Declaration
public EventArgs InputArguments { get; }
Property Value
System.
|