.NET Framework Class Library
DocEventArgs.Document Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > DocEventArgs Class > DocEventArgs Properties > DocEventArgs.Document Property |
Gets document that caused this event.
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public ReadOnly Property Document As IDocument |
C# |
public IDocument Document { get; } |