_dispCommandBarControlEvents_SinkHelper.Click Method
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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
override void Click(System::Object ^ A_1, bool % A_2, bool % A_3);
public:
virtual void Click(System::Object ^ A_1, bool % A_2, bool % A_3);
override void Click(winrt::Windows::Foundation::IInspectable const & A_1, bool & A_2, bool & A_3);
public override void Click (object A_1, ref bool A_2, ref bool A_3);
public void Click (object A_1, ref bool A_2, ref bool A_3);
abstract member Click : obj * bool * bool -> unit
override this.Click : obj * bool * bool -> unit
Public Overrides Sub Click (A_1 As Object, ByRef A_2 As Boolean, ByRef A_3 As Boolean)
Public Sub Click (A_1 As Object, ByRef A_2 As Boolean, ByRef A_3 As Boolean)
Parameters
- A_1
- Object
- A_2
- Boolean
- A_3
- Boolean