[]
        
(Showing Draft Content)

Wijmo_Input.Inputdateeventargs

InputDateEventArgs Class

Provides arguments for InputDate's invalidInput event.

Heirarchy

Constructors

Properties

Constructors

constructor

  • Initializes a new instance of the InputDateEventArgs class.

    Parameters

    • isUserInput: boolean

      boolean value to distinguish user input from value set in code

    Returns InputDateEventArgs

Properties

cancel

cancel: boolean

Gets or sets a value that indicates whether the event should be canceled.

isUserInput

isUserInput: boolean

Gets a value that determines whether invalid value was provided by user or set in code

Static empty

empty: EventArgs

Provides a value to use with events that do not have event data.