Concept Framework 2.2 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: Sun Jan 27 18:15:03 2013 GMT | (c)2013 Devronium Applications |