MCPcopy
hub / github.com/lxn/walk / ExpandedChanged

Method ExpandedChanged

treeview.go:547–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

545}
546
547func (tv *TreeView) ExpandedChanged() *TreeItemEvent {
548 return tv.expandedChangedPublisher.Event()
549}
550
551func (tv *TreeView) CurrentItemChanged() *Event {
552 return tv.currentItemChangedPublisher.Event()

Callers 1

CreateMethod · 0.95

Calls 1

EventMethod · 0.45

Tested by

no test coverage detected