Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- e
Type: System.EventArgs
The event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.