ClassPeekPopupOpeningEventArgs
Class
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
calloutPopupSettings
officeNavigationBarItem
routedEvent
RoutedEvent
source
Properties
Callout
Gets the RadCallout instance that is about to be shown.
CalloutPopupSettings
Gets the CalloutPopupSettings for the RadCallout that is about to be shown.
Declaration
cs-api-definition
public CalloutPopupSettings CalloutPopupSettings { get; }
Property Value
Cancel
Gets or sets a value indicating whether the showing of the callout should be cancelled.
OfficeNavigationBarItem
Gets the RadOfficeNavigationBarItem for which a peek popup is about to be shown.
Declaration
cs-api-definition
public RadOfficeNavigationBarItem OfficeNavigationBarItem { get; }
Property Value