In This Article

WizardButtonEventArgs Class

Provides data for button events of a Wizard control.

public class WizardButtonEventArgs : EventArgs
Inheritance:
object EventArgs object

Properties

ButtonType

Gets the button type for which the event is raised.

public WizardButtonType ButtonType { get; }

Property Value

WizardButtonType:

A WizardButtonType specifying the button type for which the event is raised.

Inherited Members