Accusoft.ThumbnailXpress6.Net
ThumbnailXpressEvents.LoadFromStreamEventHandler Delegate




An object which contains information about the event.
LoadFromStreamEventArgs object which contains information about the event.
Defines the event handler for the ThumbnailXpress.LoadFromStream event.
Syntax
'Declaration
 
Public Delegate Sub ThumbnailXpressEvents.LoadFromStreamEventHandler( _
   ByVal sender As Object, _
   ByVal e As LoadFromStreamEventArgs _
) 
'Usage
 
Dim instance As New ThumbnailXpressEvents.LoadFromStreamEventHandler(AddressOf HandlerMethod)
public delegate void ThumbnailXpressEvents.LoadFromStreamEventHandler( 
   object sender,
   LoadFromStreamEventArgs e
)
public: __gc __delegate void ThumbnailXpressEvents.LoadFromStreamEventHandler( 
   Object* sender,
   LoadFromStreamEventArgs* e
)
public delegate void ThumbnailXpressEvents.LoadFromStreamEventHandler( 
   Object^ sender,
   LoadFromStreamEventArgs^ e
)

Parameters

sender
An object which contains information about the event.
e
LoadFromStreamEventArgs object which contains information about the event.
Remarks

A handler must be supplied by the application if items are added to the ThumbnailItemCollection using the collection's ThumbnailItemCollection.InsertItemFromStream or ThumbnailItemCollection.AddItemFromStream methods.

See Also

Reference

ThumbnailXpressEvents.LoadFromStreamEventHandler Members
Accusoft.ThumbnailXpressSdk Namespace
Item Property

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback