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

Inheritance: MvxMacTargetBinding
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxNSViewVisibilityTargetBinding ( NSView target ) : AppKit

Protected Methods

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

Method Details

MvxNSViewVisibilityTargetBinding() public method

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

SetValueImpl() protected method

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