Class DatePickerFocusOutEventArgs
Inheritance
System.Object
System.EventArgs
DatePickerFocusOutEventArgs
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: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DatePickerFocusOutEventArgs : EventArgs
Constructors
DatePickerFocusOutEventArgs(Dictionary<String, Object>)
Initializes a new instance of the DatePickerFocusOutEventArgs class.
Declaration
public DatePickerFocusOutEventArgs(Dictionary<string, object> args)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | args |
Properties
Arguments
Gets or sets the arguments of the event.
Declaration
public Dictionary<string, object> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
EventType
Gets or sets the name of the event type.
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Model
Gets or sets the model object of the control.
Declaration
public Dictionary<string, object> Model { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Value
Gets or sets the value of the date picker.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |