UserActionEventArgs 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.
Event args for passing the information back to the user.
public ref class UserActionEventArgs : EventArgs
public class UserActionEventArgs : EventArgs
type UserActionEventArgs = class
inherit EventArgs
Public Class UserActionEventArgs
Inherits EventArgs
- Inheritance
-
UserActionEventArgs
Constructors
UserActionEventArgs(String, ExportUserAction) |
ctor to create an event args for notifying the user. |
Properties
Cause |
Returns the cause which requires users attention. |
Continue |
Get/Sets the continue flag. |
FileName |
File name which is having problem. |