ForwardedEventArgs Class

Definition

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.

Applies to