Share via


RibbonGalleryCategory.OnInitialized Method

Raises the Initialized event.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides Sub OnInitialized ( _
    e As EventArgs _
)
protected override void OnInitialized(
    EventArgs e
)
protected:
virtual void OnInitialized(
    EventArgs^ e
) override
abstract OnInitialized : 
        e:EventArgs -> unit 
override OnInitialized : 
        e:EventArgs -> unit 
protected override function OnInitialized(
    e : EventArgs
)

Parameters

Remarks

This method raises the Initialized event and adds an event listener to listen for currency changes on the ItemsSource for the category.

.NET Framework Security

See Also

Reference

RibbonGalleryCategory Class

Microsoft.Windows.Controls.Ribbon Namespace

FrameworkElement.OnInitialized