LaunchingEventArgs Class
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.
Fires before performing the action.
public ref class LaunchingEventArgs : EventArgs
public class LaunchingEventArgs : EventArgs
type LaunchingEventArgs = class
inherit EventArgs
Public Class LaunchingEventArgs
Inherits EventArgs
- Inheritance
-
LaunchingEventArgs
Constructors
LaunchingEventArgs(String, IContext, Boolean) |
Initializes a new instance of the LaunchingEventArgs class with the specified context, context name, and cancel parameter. |
Properties
ActionMoniker |
Gets the name of the action. |
Cancel |
Gets or sets a value indicating whether the event source should be cancelled. |
Context |
Gets the specified context property. |