Exemple #1
0
 protected static void OnDeleting(AttachmentDeletingEventArgs args)
 {
     if (Deleting != null)
     {
         Deleting(null, args);
     }
 }
Exemple #2
0
		protected static void OnDeleting(AttachmentDeletingEventArgs args)
		{
			if (Deleting != null)
				Deleting(null, args);
		}