Share via


TabWorkspace.OnApplySmartPartInfo(UIElement, TabSmartPartInfo) Method

Definition

public:
 virtual void OnApplySmartPartInfo(System::Windows::UIElement ^ smartPart, Microsoft::Practices::CompositeUI::Windows::TabSmartPartInfo ^ smartPartInfo);
public void OnApplySmartPartInfo (System.Windows.UIElement smartPart, Microsoft.Practices.CompositeUI.Windows.TabSmartPartInfo smartPartInfo);
abstract member OnApplySmartPartInfo : System.Windows.UIElement * Microsoft.Practices.CompositeUI.Windows.TabSmartPartInfo -> unit
override this.OnApplySmartPartInfo : System.Windows.UIElement * Microsoft.Practices.CompositeUI.Windows.TabSmartPartInfo -> unit
Public Sub OnApplySmartPartInfo (smartPart As UIElement, smartPartInfo As TabSmartPartInfo)

Parameters

smartPart
UIElement
smartPartInfo
TabSmartPartInfo

Implements

Applies to