AppointmentClickEventArgs.handled Property
Gets or sets whether an event is handled, and that default actions are not required.
Declaration
handled: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
|
Remarks
The handled always should be set to true if the code used in the event handler initiates a callback.
See Also