Jaa


SelectedElementChangedEventHandlerEventArgs.SelectedElement Property

Gets the newly selected ElementViewModel instance.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public ReadOnly Property SelectedElement As ElementViewModel
public ElementViewModel SelectedElement { get; }
public:
property ElementViewModel^ SelectedElement {
    ElementViewModel^ get ();
}
public function get SelectedElement () : ElementViewModel

Field Value

The newly selected ElementViewModel instance.

See Also

SelectedElementChangedEventHandlerEventArgs Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace