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

Event args for DismissPopup event.
Inheritance: System.Windows.RoutedEventArgs
Afficher le fichier Open project: kasicass/kasicass Class Usage Examples

Méthodes publiques

Méthode Description
RibbonDismissPopupEventArgs ( ) : System

This is an instance constructor for the RibbonDismissPopupEventArgs class. It is constructed with a reference to the event being raised.

RibbonDismissPopupEventArgs ( RibbonDismissPopupMode dismissMode ) : System

Méthodes protégées

Méthode Description
InvokeEventHandler ( Delegate genericHandler, object genericTarget ) : void

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

Method Details

InvokeEventHandler() protected méthode

This method is used to perform the proper type casting in order to call the type-safe RibbonDismissPopupEventArgs delegate for the DismissPopupEvent 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.
Résultat void

RibbonDismissPopupEventArgs() public méthode

This is an instance constructor for the RibbonDismissPopupEventArgs class. It is constructed with a reference to the event being raised.
public RibbonDismissPopupEventArgs ( ) : System
Résultat System

RibbonDismissPopupEventArgs() public méthode

public RibbonDismissPopupEventArgs ( RibbonDismissPopupMode dismissMode ) : System
dismissMode RibbonDismissPopupMode
Résultat System