Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
breeze
PropertyChangedEvent
Class PropertyChangedEvent
Hierarchy
Event
PropertyChangedEvent
Index
Constructor methods
constructor
Methods
publish
publishAsync
subscribe
unsubscribe
Constructor methods
constructor
(
name
:
string
, publisher
:
any
, defaultErrorCallback
?:
ErrorCallback
)
:
Event
Parameters
name:
string
publisher:
any
defaultErrorCallback?:
ErrorCallback
optional
Returns
Event
Methods
public
publish
(
data
:
any
, publishAsync
?:
boolean
, errorCallback
?:
ErrorCallback
)
Parameters
data:
any
publishAsync?:
boolean
optional
errorCallback?:
ErrorCallback
optional
public
publishAsync
(
data
:
any
, errorCallback
?:
ErrorCallback
)
Parameters
data:
any
errorCallback?:
ErrorCallback
optional
public
subscribe
(
callback
?:
(data: breeze.PropertyChangedEventArgs) => void
)
:
number
Parameters
callback?:
(data: breeze.PropertyChangedEventArgs) => void
optional
Returns
number
public
unsubscribe
(
unsubKey
:
number
)
:
boolean
Parameters
unsubKey:
number
Returns
boolean
Globals
breeze
breeze.config
breeze.core
jquery
q
DataType
EntityAction
EntityState
FetchStrategy
FilterQueryOp
MergeStrategy
metadataVersion
remoteAccess_odata
remoteAccess_webApi
version
ComplexObject
DataPropertyOptions
DataServiceOptions
Entity
EntityByKeyResult
EntityManagerOptions
EntityManagerProperties
EntityTypeOptions
EntityTypeProperties
ExecuteQueryErrorCallback
ExecuteQuerySuccessCallback
IProperty
IStructuralType
MetadataStoreOptions
NamingConventionOptions
NavigationPropertyOptions
NodeContext
OrderByClause
PredicateMethod
QueryContext
QueryOptionsConfiguration
QueryResult
SaveChangesErrorCallback
SaveChangesSuccessCallback
SaveOptionsConfiguration
SaveResult
ValidationOptionsConfiguration
ValidatorFunction
ValidatorFunctionContext
AutoGeneratedKeyType
ComplexAspect
ComplexType
DataProperty
DataService
DataServiceAdapter
DataTypeSymbol
EntityActionSymbol
EntityAspect
EntityChangedEvent
EntityChangedEventArgs
EntityKey
EntityManager
EntityQuery
EntityStateSymbol
EntityType
FilterQueryOpSymbol
HasChangesChangedEvent
HasChangesChangedEventArgs
JsonResultsAdapter
LocalQueryComparisonOptions
MetadataStore
NamingConvention
NavigationProperty
Predicate
PropertyChangedEvent
constructor
publish
publishAsync
subscribe
unsubscribe
PropertyChangedEventArgs
QueryOptions
SaveOptions
StrategySymbol
ValidationError
ValidationErrorsChangedEvent
ValidationErrorsChangedEventArgs
ValidationOptions
Validator