Document Event
Fired for each document.
Syntax
[VB.NET] Public Event OnDocument As OnDocumentHandler
[C#] public event OnDocumentHandler OnDocument; public delegate void OnDocumentHandler(object sender, SharepointDocumentEventArgs e); class SharepointDocumentEventArgs : EventArgs { string FileName {get;} string FileReference {get;} string Created {get;} string Modified {get;} string Author {get;} string CheckedOutBy {get;} string SourceControlVersion {get;} bool IsFolder {get;} }
Remarks
This event is fired as the result of a call to List.