Table of Contents

Class StartRequestEventArgs

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Arguments supplied when StartRequest fires. Indicates that SAP GUI is beginning a server round-trip.

public sealed class StartRequestEventArgs : EventArgs
Inheritance
StartRequestEventArgs
Inherited Members

Properties

Text

Supplemental text at the moment the request started. Populated when using the COM event sink; empty in the polling fallback.

public string Text { get; }

Property Value

string