In This Topic
Closes the dialog and raises the
DialogClosed event.
Syntax
'Declaration
Public Sub Close( _
ByVal As Boolean _
)
public void Close(
bool
)
Parameters
- cancel
- Whether the changes made by the user should be ignored or applied to the source collection.
See Also