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 : EventArgsPublic Class FlyoutItemSelectedEventArgs
Inherits EventArgsConstructors
FlyoutItemSelectedEventArgs(item)
Initializes a new instance of FlyoutItemSelectedEventArgs.
Name
Type
Description
Properties
Item
FlyoutItem: Returns the selected button.
Last updated