Class SessionChangeEventArgs
Arguments supplied when Change fires. Carries a snapshot of the screen after a server round-trip completes.
public sealed class SessionChangeEventArgs : EventArgs
- Inheritance
-
SessionChangeEventArgs
- Inherited Members
Properties
FunctionCode
SAP function code that triggered the round-trip (e.g. "BACK", "EXEC"). Populated when using the COM event sink; empty when using the polling fallback.
public string FunctionCode { get; }
Property Value
MessageType
Status bar message type character: S success, W warning,
E error, A abend, or empty for information.
public string MessageType { get; }
Property Value
Text
Status bar text after the round-trip.
public string Text { get; }