BCGControlBar Library for .NET
BeforeSelectionChanged Event




Occurs after the selected state of any property item is about to change.
Syntax
'Declaration
 
Public Event BeforeSelectionChanged As SelectionChangedHandler
'Usage
 
Dim instance As PropertyListControl
Dim handler As SelectionChangedHandler
 
AddHandler instance.BeforeSelectionChanged, handler
public event SelectionChangedHandler BeforeSelectionChanged
public: __event SelectionChangedHandler* BeforeSelectionChanged
public:
event SelectionChangedHandler^ BeforeSelectionChanged
Event Data

The event handler receives an argument of type SelectionChangeEventArgs containing data related to this event. The following SelectionChangeEventArgs properties provide information specific to this event.

PropertyDescription
Element Specifies the property to change the selection mode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyListControl Class
PropertyListControl Members

Send Feedback