FormPickerItemBase.PickerShowing Event
Occurs before the FormPickerItemBase descendent is invoked.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
public event EventHandler<PickerShowingEventArgs> PickerShowing
#Event Data
The PickerShowing event's data class is PickerShowingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Container | Gets the picker’s parent object. |
Picker |
Gets the picker’s Picker |