Skip to main content

FlyoutItemSelectedEventArgs

Namespace: Wisej.Hybrid.Shared.Flyout

Assembly: Wisej.Hybrid

Represents the event data sent with the ItemSelected event.

public class FlyoutItemSelectedEventArgs : EventArgs

Constructors

Instance memberFlyoutItemSelectedEventArgs(item)

Initializes a new instance of FlyoutItemSelectedEventArgs.

NameTypeDescription
itemFlyoutItemThe selected FlyoutItem.

Properties

Instance memberItem

FlyoutItem: Returns the selected button.