changedSelection property
DiagramEventHandler?
get
changedSelection
Implementation
_i3.DiagramEventHandler? get changedSelection =>
(_i3.DiagramEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'ChangedSelection',
),
r'call',
[
this,
p0,
],
);
set
changedSelection
(DiagramEventHandler? value)
Implementation
set changedSelection(_i3.DiagramEventHandler? value) {
_i4.setProperty(
this,
'ChangedSelection',
value == null ? _i5.undefined : _i4.allowInterop(value),
);
}