BCGControlBar Library for .NET
HighlightChanged Event




Syntax
'Declaration
 
Public Event HighlightChanged As HandledEventHandler
'Usage
 
Dim instance As CommandPanel
Dim handler As HandledEventHandler
 
AddHandler instance.HighlightChanged, handler
public event HandledEventHandler HighlightChanged
public: __event HandledEventHandler* HighlightChanged
public:
event HandledEventHandler^ HighlightChanged
Event Data

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

PropertyDescription
Handled  
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

CommandPanel Class
CommandPanel Members

Send Feedback