C# Class MvvmCross.Binding.Mac.Target.MvxNSViewVisibleTargetBinding

Inheritance: MvxMacTargetBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxNSViewVisibleTargetBinding ( NSView target ) : AppKit

Protected Methods

Method Description
SetValueImpl ( object target, object value ) : void

Method Details

MvxNSViewVisibleTargetBinding() public method

public MvxNSViewVisibleTargetBinding ( NSView target ) : AppKit
target NSView
return AppKit

SetValueImpl() protected method

protected SetValueImpl ( object target, object value ) : void
target object
value object
return void