C# Класс Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs

Event args for DismissPopup event.
Наследование: System.Windows.RoutedEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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.

Описание методов

InvokeEventHandler() защищенный Метод

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.
Результат void

RibbonDismissPopupEventArgs() публичный Метод

This is an instance constructor for the RibbonDismissPopupEventArgs class. It is constructed with a reference to the event being raised.
public RibbonDismissPopupEventArgs ( ) : System
Результат System

RibbonDismissPopupEventArgs() публичный Метод

public RibbonDismissPopupEventArgs ( RibbonDismissPopupMode dismissMode ) : System
dismissMode RibbonDismissPopupMode
Результат System