Share

EndExtractionEventHandler Type

Description

A delegate implemented by observers that are interested in when the DwgExtractor ends.

Note: For APS Design Automation Use only.

Visual Basic

Public Delegate Sub EndExtractionEventHandler(object sender, EndExtractionEventArgs e) As void

C#

public delegate void EndExtractionEventHandler(object sender, EndExtractionEventArgs e);

Was this information helpful?