[]
Provides data for the ButtonClick event.
public class TaskDialogButtonClickEventArgs : CancelEventArgs
Name | Description |
---|---|
TaskDialogButtonClickEventArgs(TaskDialogResult, C1CustomButton) | Initializes a new instance of the TaskDialogButtonClickEventArgs class. |
Name | Description |
---|---|
CustomButton | Gets the custom button if the DialogResult is equal to 'Custom'. |
DialogResult | Gets the proposed dialog result. |