Aurigma Graphics Mill 5.5 for .NET
LayerRemovedEventArgs Class
Provides arguments for the events which are raised when some layer is removed.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
Public Class LayerRemovedEventArgs _ Inherits LayerEventArgs
C#
public class LayerRemovedEventArgs : LayerEventArgs
Remarks
This class contains arguments for the following events:
- The LayerRemoved event of the LayerCollection class.
- The LayerRemoved event of the MultiLayerViewer class.
- The LayerRemoved event of the VObjectsRubberband class.
Inheritance Hierarchy
System..::.Object
L
System..::.EventArgs
L
Aurigma.GraphicsMill.WinControls..::.LayerEventArgs
L
Aurigma.GraphicsMill.WinControls..::.LayerRemovedEventArgs


