FormSelectedEventHandler 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.
This delegate handles the Selected form event handler
public delegate void FormSelectedEventHandler(IHostedAppUICommand ^ app, EventArgs ^ args);
public delegate void FormSelectedEventHandler(IHostedAppUICommand app, EventArgs args);
type FormSelectedEventHandler = delegate of IHostedAppUICommand * EventArgs -> unit
Public Delegate Sub FormSelectedEventHandler(app As IHostedAppUICommand, args As EventArgs)
Parameters
- args
- EventArgs