RibbonContextualTabGroupsPanel.OnIsItemsHostChanged-Methode
Wird aufgerufen, wenn die IsItemsHost-Eigenschaft geändert wird.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Sub OnIsItemsHostChanged ( _
oldIsItemsHost As Boolean, _
newIsItemsHost As Boolean _
)
protected override void OnIsItemsHostChanged(
bool oldIsItemsHost,
bool newIsItemsHost
)
protected:
virtual void OnIsItemsHostChanged(
bool oldIsItemsHost,
bool newIsItemsHost
) override
abstract OnIsItemsHostChanged :
oldIsItemsHost:bool *
newIsItemsHost:bool -> unit
override OnIsItemsHostChanged :
oldIsItemsHost:bool *
newIsItemsHost:bool -> unit
protected override function OnIsItemsHostChanged(
oldIsItemsHost : boolean,
newIsItemsHost : boolean
)
Parameter
- oldIsItemsHost
Typ: System.Boolean
Der alte Wert der IsItemsHost-Eigenschaft.
- newIsItemsHost
Typ: System.Boolean
Der neue Wert der IsItemsHost-Eigenschaft.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.