C# 클래스 Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs

Event args for DismissPopup event.
상속: System.Windows.RoutedEventArgs
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 메소드들

메소드 설명
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