Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
ConfirmDelete | function | public | version 1.0 | no |
public function ConfirmDelete() |
This function is used to confirm the Delete event in an OnDelete event that needs confirmation. |
... this.OnDelete=OnDestroy; ... public function OnDestroy(Sender, EventData) { if (CanDestroy()) ConfirmDelete(); } |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:08 2011 GMT | (c)2011 RadGs Software |