_CommandBarComboBoxEvents_SinkHelper.m_ChangeDelegate Field
The Change event handler.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'宣告
Public m_ChangeDelegate As _CommandBarComboBoxEvents_ChangeEventHandler
'用途
Dim instance As _CommandBarComboBoxEvents_SinkHelper
Dim value As _CommandBarComboBoxEvents_ChangeEventHandler
value = instance.m_ChangeDelegate
instance.m_ChangeDelegate = value
public _CommandBarComboBoxEvents_ChangeEventHandler m_ChangeDelegate
public:
_CommandBarComboBoxEvents_ChangeEventHandler^ m_ChangeDelegate
val mutable m_ChangeDelegate: _CommandBarComboBoxEvents_ChangeEventHandler
public var m_ChangeDelegate : _CommandBarComboBoxEvents_ChangeEventHandler
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
_CommandBarComboBoxEvents_SinkHelper Class