PathToolsSaveChangesDialog(String, String, Boolean, SaveChangesDialogAction) Method

Definition

Namespace: Metas.GuiControls
Assembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
C#
public static bool SaveChangesDialog(
	string title,
	string filename,
	bool changed,
	SaveChangesDialogAction action
)

Parameters

title  String
 
filename  String
 
changed  Boolean
 
action  SaveChangesDialogAction
 

Return Value

Boolean

See Also