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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.