DefaultEventAttribute(String) Constructor

Definition

Initializes a new instance of the DefaultEventAttribute class.

public:
 DefaultEventAttribute(System::String ^ name);
public DefaultEventAttribute (string name);
public DefaultEventAttribute (string? name);
new System.ComponentModel.DefaultEventAttribute : string -> System.ComponentModel.DefaultEventAttribute
Public Sub New (name As String)

Parameters

name
String

The name of the default event for the component this attribute is bound to.

Applies to