 | IDocumentLineEventArgs Interface |
ItemLoaded EventArgs
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.DocumentBase
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxpublic interface IDocumentLineEventArgs : IEventArgs,
IDisposable, IEquatable<IProxy>
Public Interface IDocumentLineEventArgs
Inherits IEventArgs, IDisposable, IEquatable(Of IProxy)
The IDocumentLineEventArgs type exposes the following members.
Properties
| Name | Description |
---|
 | Line | Gets the item entity |
Top
Methods
| Name | Description |
---|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
See Also