Share

FileWillOpenEventHandler Type

Description

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

Visual Basic

Public Delegate Sub FileWillOpenEventHandler(FileOperationsEventArgs e) As void

C#

public delegate void FileWillOpenEventHandler(FileOperationsEventArgs e);

Parameters

Parameters Description
eFileOperationsEventArgs

Was this information helpful?