Share via


FrameworkElementCommandAdapter Constructors

Definition

Overloads

FrameworkElementCommandAdapter()
FrameworkElementCommandAdapter(FrameworkElement, String)

FrameworkElementCommandAdapter()

public:
 FrameworkElementCommandAdapter();
public FrameworkElementCommandAdapter ();
Public Sub New ()

Applies to

FrameworkElementCommandAdapter(FrameworkElement, String)

public:
 FrameworkElementCommandAdapter(System::Windows::FrameworkElement ^ item, System::String ^ eventName);
public FrameworkElementCommandAdapter (System.Windows.FrameworkElement item, string eventName);
new Microsoft.Practices.CompositeUI.Windows.FrameworkElementCommandAdapter : System.Windows.FrameworkElement * string -> Microsoft.Practices.CompositeUI.Windows.FrameworkElementCommandAdapter
Public Sub New (item As FrameworkElement, eventName As String)

Parameters

eventName
String

Applies to