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

Method Changed

expression.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16type Expression interface {
17 Value() interface{}
18 Changed() *Event
19}
20
21type reflectExpression struct {

Callers 13

onRemovedWidgetMethod · 0.65
ChangedMethod · 0.65
SetSourceMethod · 0.65
SetSourceMethod · 0.65
SetBoundWidgetsMethod · 0.65
initMethod · 0.65
DisposeMethod · 0.65
ChangedMethod · 0.65
SetCheckedConditionMethod · 0.65
SetDefaultConditionMethod · 0.65
SetEnabledConditionMethod · 0.65
SetVisibleConditionMethod · 0.65

Implementers 10

reflectExpressionexpression.go
propertyproperty.go
readOnlyPropertyproperty.go
boolPropertyproperty.go
MutableConditioncondition.go
DelegateConditioncondition.go
negatedConditioncondition.go
expressiondeclarative/builder.go

Calls

no outgoing calls

Tested by

no test coverage detected