ResultEventArgs<T> 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.
Result Event arguments class
generic <typename T>
public ref class ResultEventArgs : EventArgs
public class ResultEventArgs<T> : EventArgs
type ResultEventArgs<'T> = class
inherit EventArgs
Public Class ResultEventArgs(Of T)
Inherits EventArgs
Type Parameters
- T
Type of result being fired
- Inheritance
-
ResultEventArgs<T>
Constructors
ResultEventArgs<T>(T) |
Initializes a new instance of the ResultEventArgs<T> class. |
Properties
Result |
The result instance |