IFileDialogEvents constructor

IFileDialogEvents(
  1. VTablePointer ptr
)

Creates a new instance of IFileDialogEvents from a VTablePointer.

This constructor requires a valid pointer to the IFileDialogEvents interface. The ptr must not be nullptr; otherwise, an assertion error is thrown.

Implementation

IFileDialogEvents(super.ptr)
  : _vtable = ptr.value.cast<IFileDialogEventsVtbl>().ref;