Share via


EventIdentifier Constructor (TypeIdentifier, String)

Initializes a new instance of the EventIdentifier class with the specified existing type identifier and event name.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Sub New ( _
    declaringTypeId As TypeIdentifier, _
    name As String _
)
public EventIdentifier(
    TypeIdentifier declaringTypeId,
    string name
)
public:
EventIdentifier(
    TypeIdentifier declaringTypeId, 
    String^ name
)
new : 
        declaringTypeId:TypeIdentifier * 
        name:string -> EventIdentifier
public function EventIdentifier(
    declaringTypeId : TypeIdentifier, 
    name : String
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

name is nulla null reference (Nothing in Visual Basic).

ArgumentNullException

declaringTypeId was created by using an empty constructor.

.NET Framework Security

See Also

Reference

EventIdentifier Structure

EventIdentifier Overload

Microsoft.Windows.Design.Metadata Namespace