[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DialogCharEventArgs

DialogCharEventArgs Class

Represents the event data for the DialogChar event of a Spread component.

Inheritance
DialogCharEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class DialogCharEventArgs : EventArgs
Public Class DialogCharEventArgs
    Inherits EventArgs

Constructors

Name Description
DialogCharEventArgs(char, bool)

Creates a new instance of the DialogCharEventAgrs class.

Properties

Name Description
CharCode

Gets the character corresponding to the key the user pressed.

Handled

Gets or sets whether the event was handled.