Share via


Deployment.ContributorMessage Event

The contributor message event.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Event ContributorMessage As EventHandler(Of ContributorEventArgs)
'Usage
Dim instance As Deployment
Dim handler As EventHandler(Of ContributorEventArgs)

AddHandler instance.ContributorMessage, handler
public event EventHandler<ContributorEventArgs> ContributorMessage
public:
 event EventHandler<ContributorEventArgs^>^ ContributorMessage {
    void add (EventHandler<ContributorEventArgs^>^ value);
    void remove (EventHandler<ContributorEventArgs^>^ value);
}
JScript does not support events.
member ContributorMessage : IEvent<EventHandler<ContributorEventArgs>,
    ContributorEventArgs>

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace