[]
Represents the method that handles the DialogChar event of a Spread component.
public delegate void DialogCharEventHandler(object sender, DialogCharEventArgs e)
Public Delegate Sub DialogCharEventHandler(sender As Object, e As DialogCharEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the DialogChar event |
DialogCharEventArgs | e | DialogCharEventArgs object that contains the event data |