UIElement.HoldingEvent Property

Definition

Gets the identifier for the Holding routed event.

public:
 static property RoutedEvent ^ HoldingEvent { RoutedEvent ^ get(); };
static RoutedEvent HoldingEvent();
public static RoutedEvent HoldingEvent { get; }
var routedEvent = UIElement.holdingEvent;
Public Shared ReadOnly Property HoldingEvent As RoutedEvent

Property Value

The identifier for the Holding routed event.

Applies to

See also