DIMcImageSetEvents_BeforeSaveEventHandler Delegate
|
|
Event fired before the specified image set is saved.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub DIMcImageSetEvents_BeforeSaveEventHandler (
Set As McImageSet,
FilePath As Object,
<OutAttribute> ByRef bCancel As Boolean
)
Parameters
- Set
- Type: MediaCy.IQL.SetsMcImageSet
The set that will be saved - 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 Set As" dialog.
When the save is completed successfully, a SetChanged event
will be fired indicating a change to the set's Modified property
(which is cleared after a Save).
See Also