Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
System
Windows
BindingShim
C# Class System.Windows.BindingShim
Inheritance:
IDisposable
ファイルを表示
Open project: nikhilk/silverlightfx
Class Usage Examples
Public Methods
Method
Description
BindingShim
(
FrameworkElement
element
,
Binding
binding
,
System.Action
changedHandler
) :
System
Dispose
( ) :
void
Private Methods
Method
Description
OnChanged
(
DependencyObject
sender
,
System.Windows.DependencyPropertyChangedEventArgs
e
) :
void
Method Details
BindingShim()
public
method
public
BindingShim
(
FrameworkElement
element
,
Binding
binding
,
System.Action
changedHandler
) :
System
element
FrameworkElement
binding
System.Windows.Data.Binding
changedHandler
System.Action
return
System
Dispose()
public
method
public
Dispose
( ) :
void
return
void