protected static void OnDeleting(AttachmentDeletingEventArgs args) { if (Deleting != null) { Deleting(null, args); } }
protected static void OnDeleting(AttachmentDeletingEventArgs args) { if (Deleting != null) Deleting(null, args); }