RibbonSplitButtonGallery.GalleryClosing-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft eine Aktion ab, die beim Schließen des Katalogs aufgerufen werden soll, bzw. legt diese fest.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property GalleryClosing As Action
Get
Set
'Usage
Dim instance As RibbonSplitButtonGallery
Dim value As Action
value = instance.GalleryClosing
instance.GalleryClosing = value
public Action GalleryClosing { get; set; }
public:
property Action^ GalleryClosing {
Action^ get ();
void set (Action^ value);
}
member GalleryClosing : Action with get, set
function get GalleryClosing () : Action
function set GalleryClosing (value : Action)
Eigenschaftswert
Typ: System.Action
Eine Aktion, die beim Schließen des Katalogs aufgerufen werden soll.