DkmDataItem Class

Definition

'DkmDataItem' is the base class for all data item classes. See 'DkmDataContainer' for more information.

public ref class DkmDataItem abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmDataItem abstract
[Windows::Foundation::Metadata::WebHostHidden]
class DkmDataItem abstract
public abstract class DkmDataItem
type DkmDataItem = class
Public MustInherit Class DkmDataItem
Inheritance
DkmDataItem

Constructors

DkmDataItem()

Methods

OnClose()

'OnClose' is invoked on all data items when a data container is closed. Derived classes may override this method if they need to perform any operation when the container class is closed (ex: free resources).

OnContainerCreated(DkmDataContainer)

'OnContainerCreated' is called when this data item has been passed as the 'DataItem' argument to a 'Create' method. This allows the data item to obtain the newly created dispatcher object before this dispatcher object has been passed to any other component.

Applies to