RibbonSplitButtonGallery.GalleryClosing Property

Applies to v2.

Gets or sets an action to invoke when the gallery is closing.

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)

Property Value

Type: System.Action
An action to invoke when the gallery is closing.

See Also

Reference

RibbonSplitButtonGallery Class

Microsoft.WebMatrix.Extensibility Namespace