ArcFM Desktop Developer Guide
ItemCreated Event


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Event ItemCreated As EventHandler(Of LibraryItemEventArgs)
'Usage
 
Dim instance As LibraryItems
Dim handler As EventHandler(Of LibraryItemEventArgs)
 
AddHandler instance.ItemCreated, handler
public event EventHandler<LibraryItemEventArgs> ItemCreated
Event Data

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

PropertyDescription
LibraryItem  
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

LibraryItems Class
LibraryItems Members

 

 


Send Comment