ComponentOne Document Library for UWP
C1DocumentSourceContext Class
Members 

C1.UWP.Document Assembly > C1.Xaml.Document Namespace : C1DocumentSourceContext Class
For internal use. Abstract class representing the full context in which a C1DocumentSource operates. Instances of this class can be used to save and restore the current state of a C1DocumentSource, for example it can be used to implement forward and backward navigation. For details see C1DocumentSource.GetContext and C1DocumentSource.SetContext methods. Derived classes should override Equals(...) and GetHashCode(...).
Object Model
C1DocumentSourceContext Class
Syntax
'Declaration
 
Public MustInherit Class C1DocumentSourceContext 
public abstract class C1DocumentSourceContext 
Inheritance Hierarchy

System.Object
   C1.Xaml.Document.C1DocumentSourceContext

See Also

Reference

C1DocumentSourceContext Members
C1.Xaml.Document Namespace