IP*Works! 2016 Xamarin Edition
IP*Works! 2016 Xamarin Edition
Questions / Feedback?

Entry Event

Fired once for each entry retrieved.

Syntax

[VB.NET]
Public Event OnEntry As OnEntryHandler
[C#]
public event OnEntryHandler OnEntry;

public delegate void OnEntryHandler(object sender, OdataEntryEventArgs e);

class OdataEntryEventArgs : EventArgs {
  string Id {get;}
  string Title {get;}
  string Summary {get;}
  string ETag {get;}
}

Remarks

The Entry event is fired once for each entry found in the response.

The entry properties are provided through EntryProperties.

The entry links are provided through EntryLinks.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
IP*Works! 2016 Xamarin Edition - Version 16.0 [Build 6621]