Click or drag to resize
Wizard .NET Library

StepWizardControlOnDrawStepListItem Method

Raises the DrawStepListItem event.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
protected virtual void OnDrawStepListItem(
	DrawStepListItemEventArgs e
)
Request Example View Source

Parameters

e
Type: AeroWizardDrawStepListItemEventArgs
The DrawStepListItemEventArgs instance containing the event data.
See Also