BCGSoft.ControlBars Namespace > CommandBarManager Class : RelatedBarSet Event |
'Declaration Public Event RelatedBarSet As RelatedBarSetHandler
'Usage Dim instance As CommandBarManager Dim handler As RelatedBarSetHandler AddHandler instance.RelatedBarSet, handler
public event RelatedBarSetHandler RelatedBarSet
public: __event RelatedBarSetHandler* RelatedBarSet
public: event RelatedBarSetHandler^ RelatedBarSet
The event handler receives an argument of type RelatedBarSetEventArgs containing data related to this event. The following RelatedBarSetEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CommandBar | A parent command bar for Quick Customize button. |
RelatedForm | Returns the form related to the command bar where the Quick Customize button is located. |
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