This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
IDesignerHost Members
Properties
Loading |
Gets or sets a value indicating whether the designer host is currently loading the document. |
Methods
Events
Event Hookup:
Methods
AddOnAfterBatchOperation |
Adds an event handler for the System.ComponentModel.Design.IDesignerHost.AfterBatchOperation event. |
AddOnBatchOperation |
Adds an event handler for the System.ComponentModel.Design.IDesignerHost.BatchOperation event. |
AddOnBeforeBatchOperation |
Adds an event handler for the System.ComponentModel.Design.IDesignerHost.BeforeBatchOperation event. |
AddOnCodeLoaded |
Adds an event handler for the System.ComponentModel.Design.IDesignerHost.CodeLoaded event. |
AddOnCodeUnloaded |
Adds an event handler for the System.ComponentModel.Design.IDesignerHost.CodeUnloaded event. |
AddOnDocumentActivate |
Adds an event handler for the System.ComponentModel.Design.IDesignerHost.DocumentActivate event. |
AddOnDocumentDeactivate |
Adds an event handler for the System.ComponentModel.Design.IDesignerHost.DocumentDeactivate event. |
RemoveOnAfterBatchOperation |
Removes an event handler that has been associated with the System.ComponentModel.Design.IDesignerHost.AfterBatchOperation event. |
RemoveOnBatchOperation |
Removes an event handler that has been associated with the System.ComponentModel.Design.IDesignerHost.BatchOperation event. |
RemoveOnBeforeBatchOperation |
Removes an event handler that has been associated with the System.ComponentModel.Design.IDesignerHost.BeforeBatchOperation event. |
RemoveOnCodeLoaded |
Removes an event handler that has been associated with the the System.ComponentModel.Design.IDesignerHost.CodeLoaded event. |
RemoveOnCodeUnloaded |
Removes an event handler that has been associated with the System.ComponentModel.Design.IDesignerHost.CodeUnloaded event. |
RemoveOnDocumentActivate |
Removes an event handler that has been associated with the System.ComponentModel.Design.IDesignerHost.DocumentActivated event. |
RemoveOnDocumentDeactivate |
Removes an event handler that has been associated with the System.ComponentModel.Design.IDesignerHost.DocumentDeactivated event. |
See Also
IDesignerHost Interface | System.ComponentModel.Design Namespace