ForwardedEventArgs 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 argument associated with the event fired in a remote runspace and forwarded to the current runspace.
public ref class ForwardedEventArgs : EventArgs
public class ForwardedEventArgs : EventArgs
type ForwardedEventArgs = class
inherit EventArgs
Public Class ForwardedEventArgs
Inherits EventArgs
- Inheritance
-
ForwardedEventArgs
Properties
SerializedRemoteEventArgs |
Serialized event arguments from the event fired in a remote runspace. |