Show / Hide Table of Contents

Delegate LayerChangedHandler

The Delegate for the LayerChanged Event

Namespace: Dxflib.Entities
Assembly: Dxflib.dll
Syntax
public delegate void LayerChangedHandler(object sender, LayerChangedHandlerArgs args);
Parameters
Type Name Description
System.Object sender

The Sending Object

LayerChangedHandlerArgs args

The arguments

  • Improve this Doc
  • View Source
Back to top Generated by DocFX