CaptureNotification constructor

CaptureNotification(
  1. CaptureEvent event,
  2. int? handle
)

Implementation

CaptureNotification(this.event, this.handle);