FlyoutItemSelectedEventArgs

Wisej.Hybrid.Shared.Flyout.FlyoutItemSelectedEventArgs

Namespace: Wisej.Hybrid.Shared.Flyout

Assembly: Wisej.Hybrid (3.5.0.0)

Represents the event data sent with the ItemSelected event.

public class FlyoutItemSelectedEventArgs : EventArgs

Constructors

Initializes a new instance of FlyoutItemSelectedEventArgs.

NameTypeDescription

item

The selected FlyoutItem.

Properties

FlyoutItem: Returns the selected button.

Last updated