_EProjectApp2_WindowSidepaneTaskChangeEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public delegate void _EProjectApp2_WindowSidepaneTaskChangeEventHandler(Window ^ Window, int ID, bool IsGoalArea);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _EProjectApp2_WindowSidepaneTaskChangeEventHandler(Window Window, int ID, bool IsGoalArea);
type _EProjectApp2_WindowSidepaneTaskChangeEventHandler = delegate of Window * int * bool -> unit
Public Delegate Sub _EProjectApp2_WindowSidepaneTaskChangeEventHandler(Window As Window, ID As Integer, IsGoalArea As Boolean)
Parâmetros
- Window
- Window
- ID
- Int32
- IsGoalArea
- Boolean
- Atributos