ArcFM Responder Mobile Developer Guide
IEventHandler<TEvent> Interface
Members 






The type of the event.
A interface allowing plugins to receive event notifications. 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
public interface IEventHandler 
JScript does not support Generics.
public __gc __interface IEventHandler<TEvent> 
where TEvent: IEvent
generic<typename TEvent>
public interface class IEventHandler 
where TEvent: IEvent
Type Parameters
TEvent
The type of the event.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IEventHandler<TEvent> Members
Miner.Geodatabase.FeederManager Namespace

Send Feedback