_CommandBarComboBoxEvents_ChangeEventHandler Delegate
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.
Infrastructure. Microsoft Internal Use Only.
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(CommandBarComboBox ^ Ctrl);
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(CommandBarComboBox ^ Ctrl);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(CommandBarComboBox Ctrl);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(CommandBarComboBox Ctrl);
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _CommandBarComboBoxEvents_ChangeEventHandler = delegate of CommandBarComboBox -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CommandBarComboBoxEvents_ChangeEventHandler = delegate of CommandBarComboBox -> unit
Public Delegate Sub _CommandBarComboBoxEvents_ChangeEventHandler(Ctrl As CommandBarComboBox)
Parameters
- Ctrl
- CommandBarComboBox
Microsoft Internal Use Only.
- Attributes