DMEventNotifyCollection Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMEventNotify objects that can be individually accessed by index.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMEventNotifyCollection : CollectionBase
Public Class DMEventNotifyCollection
Inherits CollectionBase
public ref class DMEventNotifyCollection : public CollectionBase
type DMEventNotifyCollection =
class
inherit CollectionBase
end
DMLibrary.DMEventNotifyCollection = function();
Type.createClass(
'DMLibrary.DMEventNotifyCollection',
CollectionBase);
The DMEventNotifyCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMEventNotify object to the DMEventNotifyCollection.
|
Top
See Also