New to Telerik UI for WPFStart a free 30-day trial

Event args used when a RadCallout representing the peek popup is about to be shown.

Definition

Namespace:Telerik.Windows.Controls.OfficeNavigationBar

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class PeekPopupOpeningEventArgs : RoutedEventArgs

Inheritance: objectPeekPopupOpeningEventArgs

Constructors

Initializes a new instance of the PeekPopupOpeningEventArgs class.

C#
public PeekPopupOpeningEventArgs(RadCallout callout, CalloutPopupSettings calloutPopupSettings, RadOfficeNavigationBarItem officeNavigationBarItem, RoutedEvent routedEvent, object source)
Parameters:calloutRadCalloutcalloutPopupSettingsCalloutPopupSettingsofficeNavigationBarItemRadOfficeNavigationBarItemroutedEventRoutedEventsourceobject

Properties

Gets the RadCallout instance that is about to be shown.

C#
public RadCallout Callout { get; }

Gets the CalloutPopupSettings for the RadCallout that is about to be shown.

C#
public CalloutPopupSettings CalloutPopupSettings { get; }

Gets or sets a value indicating whether the showing of the callout should be cancelled.

C#
public bool Cancel { get; set; }

Gets the RadOfficeNavigationBarItem for which a peek popup is about to be shown.

C#
public RadOfficeNavigationBarItem OfficeNavigationBarItem { get; }