ArcFM Desktop Developer Guide
IEventHandler<TEvent> Interface
Members 


The type of the event.
An interface allowing plugins to receive event notifications.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Object Model
IEventHandler<TEvent> Interface
Syntax
'Declaration
 
Public Interface IEventHandler(Of TEvent As IEvent) 
'Usage
 
Dim instance As IEventHandler(Of TEvent)
public interface IEventHandler<TEvent> 
where TEvent: IEvent
Type Parameters
TEvent
The type of the event.
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

IEventHandler<TEvent> Members
Miner.Geodatabase.FeederManager Namespace

An interface allowing plugins to receive event notifications.
Object Model
IEventHandler<TEvent> Interface
Syntax
'Declaration
 
Public Interface IEventHandler(Of TEvent As IEvent) 
'Usage
 
Dim instance As IEventHandler(Of TEvent)
public interface IEventHandler<TEvent> 
where TEvent: IEvent
Type Parameters
TEvent
The type of the event.
Inheritance Hierarchy

Miner.Geodatabase.FeederManager.IEventHandler<TEvent>

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

IEventHandler<TEvent> Members
Miner.Geodatabase.FeederManager Namespace

 

 


Send Comment