Share

FileOpenAbortedEventHandler Type

Description

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

Visual Basic

Public Delegate Sub FileOpenAbortedEventHandler(FileOperationsEventArgs e) As void

C#

public delegate void FileOpenAbortedEventHandler(FileOperationsEventArgs e);

Parameters

Parameters Description
e FileOperationsEventArgs

Was this information helpful?