Delen via


MessageGeneratedEventArgs.InternalEvent Property

Gets arguments that describe the originator event that caused this event, if one occurred.

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

Syntax

'Declaration
Public ReadOnly Property InternalEvent As EventArgs
public EventArgs InternalEvent { get; }
public:
property EventArgs^ InternalEvent {
    EventArgs^ get ();
}
member InternalEvent : EventArgs
function get InternalEvent () : EventArgs

Property Value

Type: System.EventArgs

.NET Framework Security

See Also

Reference

MessageGeneratedEventArgs Class

Microsoft.Data.Schema.Sql Namespace