Class
PeekPopupOpeningEventArgs

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:

cs-api-definition
public class PeekPopupOpeningEventArgs : RoutedEventArgs

Inheritance: objectPeekPopupOpeningEventArgs

Constructors

PeekPopupOpeningEventArgs(RadCallout, CalloutPopupSettings, RadOfficeNavigationBarItem, RoutedEvent, object)

Initializes a new instance of the PeekPopupOpeningEventArgs class.

Declaration

cs-api-definition
public PeekPopupOpeningEventArgs(RadCallout callout, CalloutPopupSettings calloutPopupSettings, RadOfficeNavigationBarItem officeNavigationBarItem, RoutedEvent routedEvent, object source)

Parameters

callout

RadCallout

calloutPopupSettings

CalloutPopupSettings

officeNavigationBarItem

RadOfficeNavigationBarItem

routedEvent

RoutedEvent

source

object

Properties

Callout

Gets the RadCallout instance that is about to be shown.

Declaration

cs-api-definition
public RadCallout Callout { get; }

Property Value

RadCallout

CalloutPopupSettings

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

Declaration

cs-api-definition
public CalloutPopupSettings CalloutPopupSettings { get; }

Property Value

CalloutPopupSettings

Cancel

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

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

OfficeNavigationBarItem

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

Declaration

cs-api-definition
public RadOfficeNavigationBarItem OfficeNavigationBarItem { get; }

Property Value

RadOfficeNavigationBarItem