EventArgs - ahatornn/clforms GitHub Wiki

CharPressEventArgs

Provides data for an event of char pressed

Property Type Description
KeyChar char Gets or sets the character of the pressed key

HandledEventArgs

Provides data for the processed event

Property Type Description
Handled bool Gets or sets a value indicating whether the event was processed

KeyPressedEventArgs

Key Press Event Options

Property Type Description
KeyInfo ConsoleKeyInfo Key pressed

PaintEventArgs

Custom rendering event options

Property Type Description
Rect Rect Gets rectangular drawing context area
Context IPaintContext Gets custom drawing context

PropertyChangedEventArgs<T>

Contains property change event data

Property Type Description
OldValue T Previous property value
NewValue T New property value