Class AlternateViewRemovedEventArgs

AlternateViewRemovedEventArgs class

Provides data for the AlternateViewRemoved event.

public class AlternateViewRemovedEventArgs : EventArgs

Constructors

NameDescription
AlternateViewRemovedEventArgs(AlternateView)Initializes a new instance of the AlternateViewRemovedEventArgs class.

Properties

NameDescription
AlternateView { get; }Get the AlternateView that has been removed.

See Also