C# Class Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventArgs

Event args for DismissPopup event.
Inheritance: System.Windows.RoutedEventArgs
Show file Open project: kasicass/kasicass

Public Methods

Method Description
RibbonQuickAccessToolBarCloneEventArgs ( UIElement targetElement ) : System

This is an instance constructor for the RibbonQuickAccessToolBarCloneEventArgs class. It is constructed with a reference to the UIElement being cloned.

Protected Methods

Method Description
InvokeEventHandler ( Delegate genericHandler, object genericTarget ) : void

This method is used to perform the proper type casting in order to call the type-safe RibbonQuickAccessToolBarCloneEventArgs delegate for the RibbonQuickAccessToolBarCloneEvent event.

Method Details

InvokeEventHandler() protected method

This method is used to perform the proper type casting in order to call the type-safe RibbonQuickAccessToolBarCloneEventArgs delegate for the RibbonQuickAccessToolBarCloneEvent event.
protected InvokeEventHandler ( Delegate genericHandler, object genericTarget ) : void
genericHandler System.Delegate The handler to invoke.
genericTarget object The current object along the event's route.
return void

RibbonQuickAccessToolBarCloneEventArgs() public method

This is an instance constructor for the RibbonQuickAccessToolBarCloneEventArgs class. It is constructed with a reference to the UIElement being cloned.
public RibbonQuickAccessToolBarCloneEventArgs ( UIElement targetElement ) : System
targetElement System.Windows.UIElement UIElement to be cloned.
return System