ComponentSpace State Picker Control Reference

StatePicker.StateChanged Event

Occurs when the state selection has changed.

[Visual Basic]
Public Event StateChanged As StateEventHandler
[C#]
public event StateEventHandler StateChanged;

Event Data

The event handler receives an argument of type StateEventArgs containing data related to this event. The following StateEventArgs property provides information specific to this event.

Property Description
State Gets the selected state.

See Also

StatePicker Class | ComponentSpace.StatePicker Namespace