FrameworkElementCommandAdapter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- item
- FrameworkElement
- eventName
- String