Share

FileOpenAbortedEventHandler Type

Description

A delegate implemented by observers that are interested in aborted file opening events.

C#

public delegate void FileOpenAbortedEventHandler(FileOperationsEventArgs e);

Visual Basic

Public Delegate Sub FileOpenAbortedEventHandler(FileOperationsEventArgs e) As void

Parameters

Parameters Description
e FileOperationsEventArgs

Was this information helpful?