_dispDocumentEvents.DocumentOpening(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void DocumentOpening(System::String ^ DocumentPath, bool ReadOnly);
public:
void DocumentOpening(Platform::String ^ DocumentPath, bool ReadOnly);
void DocumentOpening(std::wstring const & DocumentPath, bool ReadOnly);
[System.Runtime.InteropServices.DispId(3)]
public void DocumentOpening (string DocumentPath, bool ReadOnly);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member DocumentOpening : string * bool -> unit
Public Sub DocumentOpening (DocumentPath As String, ReadOnly As Boolean)
Parameters
- DocumentPath
- String
The document path.
- ReadOnly
- Boolean
Whether or not the document is read-only.
- Attributes