ActivityStateChangedEventArgs Class

Definition

Event argments when an Android Activity's state changes.

public class ActivityStateChangedEventArgs : EventArgs
Inheritance
ActivityStateChangedEventArgs

Properties

Activity

Gets the Activity of which the state changed.

State

The state of the Activity.

Applies to