Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Represents the method that handles the DismissPopup attached event of a RibbonControlService.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Delegate Sub RibbonDismissPopupEventHandler ( _
sender As Object, _
e As RibbonDismissPopupEventArgs _
)
public delegate void RibbonDismissPopupEventHandler(
Object sender,
RibbonDismissPopupEventArgs e
)
public delegate void RibbonDismissPopupEventHandler(
Object^ sender,
RibbonDismissPopupEventArgs^ e
)
type RibbonDismissPopupEventHandler =
delegate of
sender:Object *
e:RibbonDismissPopupEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs
The event data.