Capture Save Event


07-01-2009, 5:42 AM
I want to use my own save event, how do I know when the user selects save or save as in the UserDesignerControl?

Re: Capture Save Event


07-01-2009, 7:54 AM
If you want to control or change the behavior when a user selects Save from the menu, toolbar, or uses accelerator keys, you will need to implement your own toolbar as a replacement to ours. We have a sample in the samples install directory which provides a complete implementation of our UserDesignerControl's menus and toolbars as .NET ToolStrips (sample: Public\Documents\Data Dynamics\Reports\1.6.1299.0\Samples\API\CustomToolbar).


-Jon