C# Class InTheHand.ApplicationModel.DataTransfer.DataProviderRequest

An object of this type is passed to the DataProviderHandler delegate.
Mostrar archivo Open project: inthehand/Charming Class Usage Examples

Public Methods

Method Description
SetData ( object value ) : void

Sets the content of the DataPackage to be shared with a target app.

Private Methods

Method Description
DataProviderRequest ( DataPackage package, string formatId )

Method Details

SetData() public method

Sets the content of the DataPackage to be shared with a target app.
public SetData ( object value ) : void
value object The object associated with a particular format in the DataPackage.
return void