ModelStore.ModelOptimizationChanged Event
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Event ModelOptimizationChanged As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> ModelOptimizationChanged
public:
event EventHandler<EventArgs^>^ ModelOptimizationChanged {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
member ModelOptimizationChanged : IEvent<EventHandler<EventArgs>,
EventArgs>
JScript does not support events.
.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.