_dispCommandEvents_SinkHelper.BeforeExecute 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 BeforeExecute(System::String ^ A_1, int A_2, System::Object ^ A_3, System::Object ^ A_4, bool % A_5);
public:
virtual void BeforeExecute(System::String ^ A_1, int A_2, System::Object ^ A_3, System::Object ^ A_4, bool % A_5);
override void BeforeExecute(std::wstring const & A_1, int A_2, winrt::Windows::Foundation::IInspectable const & A_3, winrt::Windows::Foundation::IInspectable const & A_4, bool & A_5);
public override void BeforeExecute (string A_1, int A_2, object A_3, object A_4, ref bool A_5);
public void BeforeExecute (string A_1, int A_2, object A_3, object A_4, ref bool A_5);
abstract member BeforeExecute : string * int * obj * obj * bool -> unit
override this.BeforeExecute : string * int * obj * obj * bool -> unit
Public Overrides Sub BeforeExecute (A_1 As String, A_2 As Integer, A_3 As Object, A_4 As Object, ByRef A_5 As Boolean)
Public Sub BeforeExecute (A_1 As String, A_2 As Integer, A_3 As Object, A_4 As Object, ByRef A_5 As Boolean)
Parameters
- A_1
- String
- A_2
- Int32
- A_3
- Object
- A_4
- Object
- A_5
- Boolean