public class AlternateViewRemovedEventArgs
extends com.aspose.ms.System.EventArgs
Provides data for the AlternateViewCollection.AlternateViewRemovedDelegate
event.
Constructor and Description |
---|
AlternateViewRemovedEventArgs(AlternateView av)
Initializes a new instance of the
AlternateViewRemovedEventArgs class. |
public AlternateViewRemovedEventArgs(AlternateView av)
Initializes a new instance of the AlternateViewRemovedEventArgs
class.
av
- public final AlternateView getAlternateView()
Get the AlternateView that has been removed.