DIMcImageSetTemplateEventsBeforeSave Method
|
|
Event fired before the specified image set template is saved.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub BeforeSave (
SetTemplate As McImageSetTemplate,
FilePath As Object,
<OutAttribute> ByRef bCancel As Boolean
)
Parameters
- SetTemplate
- Type: MediaCy.IQL.SetsMcImageSetTemplate
- FilePath
- Type: SystemObject
- bCancel
- Type: SystemBoolean
If assigned True by the event handler, then the save will be cancelled.
RemarksThis event could be used to display a "Save Template As" dialog.
When the save is completed successfully, a TemplateChanged event
will be fired indicating a change to the template's Modified property
(which is cleared after a Save).
See Also