Creates and registers an event using specified name, description, and type.
[Visual Basic .NET] |
---|
Public Function Create( _ ByVal Name As String, _ ByVal Description As String, _ ByVal Type As AgECrdnEventType _ ) As |
[C#] |
---|
public IAgCrdnEvent Create( string Name, string Description, AgECrdnEventType Type ); |
[Managed C++] |
---|
public: IAgCrdnEvent^ Create( String __gc ^ Name, String __gc ^ Description, AgECrdnEventType Type ); |
[Java] |
---|
public IAgCrdnEvent create( String Name, String Description, AgECrdnEventType Type ); |
[Unmanaged C++] |
---|
public: HRESULT Create( BSTR Name, BSTR Description, AgECrdnEventType Type, IAgCrdnEvent ** ppRetVal ); |
- Name
- Description
- Type
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.