dbicCalendar Send comments on this topic.
KeyPress Event
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : KeyPress Event

Occurs when a character. space or backspace key is pressed while the control has focus.

Syntax

Visual Basic (Declaration) 
Public Event KeyPress As KeyPressEventHandler
C# 
public event KeyPressEventHandler KeyPress

Event Data

The event handler receives an argument of type KeyPressEventArgs containing data related to this event. The following KeyPressEventArgs properties provide information specific to this event.

PropertyDescription
Handled Gets or sets a value indicating whether the System.Windows.Forms.Control.KeyPress event was handled.
KeyChar Gets or sets the character corresponding to the key pressed.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also