Handles customized loading and saving of data in a card view.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmCardViewCallback6 | |
| C# | |
|---|---|
public interface IEdmCardViewCallback6 | |
| C++/CLI | |
|---|---|
public interface class IEdmCardViewCallback6 | |
This interface inherits from IUnknown. See Using and Implementing IUnknown (COM).
This callback interface allows you to customize how data is loaded and saved in a simple card view that is created using IEdmVault10::CreateCardViewEx2. To use this callback interface:
- Create a new class.
- Implement all of the methods of IEdmCardViewCallback6 in the new class.
- Call IEdmVault10::CreateCardViewEx2, setting poCallback to a pointer to the new class.