Share

BeginExtractionEventHandler Type

Description

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

Note: For APS Design Automation Use only.

C#

public delegate void BeginExtractionEventHandler(object sender, BeginExtractionEventArgs e);

Visual Basic

Public Delegate Sub BeginExtractionEventHandler(object sender, BeginExtractionEventArgs e) As void

Was this information helpful?