DeckWorkspace.OnApplySmartPartInfo(UIElement, SmartPartInfo) Method

Definition

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

Parameters

smartPart
UIElement
smartPartInfo
SmartPartInfo

Implements

Applies to