[This is preliminary documentation and is subject to change.]
Sets an expression that will determine the value of the KeepViewVisibleAfterExit property.
Namespace:
Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public void BindKeepViewVisibleAfterExit( Func<bool> condition ) |
Visual Basic (Declaration) |
---|
Public Sub BindKeepViewVisibleAfterExit ( _ condition As Func(Of Boolean) _ ) |
Visual C++ |
---|
public: void BindKeepViewVisibleAfterExit( Func<bool>^ condition ) |
Parameters
- condition
- Type: System..::.Func<(Of <(Boolean>)>)
The expression that will determine the value of the KeepViewVisibleAfterExit property
Remarks
See the KeepViewVisibleAfterExit property for more details
The expression will be evaluated when the value of KeepViewVisibleAfterExit property is queried.
The expression will be evaluated when the value of KeepViewVisibleAfterExit property is queried.