_EProjectApp2_WindowSelectionChangeEventHandler 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.
public delegate void _EProjectApp2_WindowSelectionChangeEventHandler(Window ^ Window, Selection ^ sel, System::Object ^ selType);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _EProjectApp2_WindowSelectionChangeEventHandler(Window Window, Selection sel, object selType);
type _EProjectApp2_WindowSelectionChangeEventHandler = delegate of Window * Selection * obj -> unit
Public Delegate Sub _EProjectApp2_WindowSelectionChangeEventHandler(Window As Window, sel As Selection, selType As Object)
Parameters
- Window
- Window
- sel
- Selection
- selType
- Object
- Attributes