Table of Contents

Class IocBindable<T, Interface>

Namespace
H.Iocable
Assembly
H.Iocable.dll
public abstract class IocBindable<T, Interface> : Ioc<T, Interface>, INotifyPropertyChanged where T : class, Interface, new()

Type Parameters

T
Interface
Inheritance
Ioc<T, Interface>
IocBindable<T, Interface>
Implements
Derived
Inherited Members
Extension Methods

Methods

RaisePropertyChanged(string)

public virtual void RaisePropertyChanged(string propertyName = "")

Parameters

propertyName string

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler