Optional delegate method for additional processing.
Object.defineProperty(SubCell.prototype,'frameAttached',
get: function(),
set: function(value)
)
function frameAttached.add(function(sender, e));
function frameAttached.remove(function(sender, e));
frameAttached: void;
To get the attached frame, refer to AttachedFrame.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | FrameAttachedEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET