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




