Responder Developer Guide
FeatureRemoved Event (IFeatureTask)


Syntax
'Declaration
 
Event FeatureRemoved As EventHandler(Of TaskFeatureEventArgs)
'Usage
 
Dim instance As IFeatureTask
Dim handler As EventHandler(Of TaskFeatureEventArgs)
 
AddHandler instance.FeatureRemoved, handler
event EventHandler<TaskFeatureEventArgs> FeatureRemoved
Event Data

The event handler receives an argument of type TaskFeatureEventArgs containing data related to this event. The following TaskFeatureEventArgs properties provide information specific to this event.

PropertyDescription
Feature (Inherited from Miner.Responder.Model.Feature.FeatureEventArgs)
Task  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IFeatureTask Interface
IFeatureTask Members

 

 


Send Comment