Class CompositeCommandDescriptor<T>
Inheritance
System.Object
CompositeCommandDescriptor<T>
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.PdfViewer.Commands.Descriptors
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public abstract class CompositeCommandDescriptor<T> : CommandDescriptorBase, INotifyPropertyChanged
Type Parameters
|
T
|
Constructors
CompositeCommandDescriptor(Boolean, KeyValuePair<T, FixedDocumentViewerCommandBase>[])
Declaration
public CompositeCommandDescriptor(bool isEnabled, params KeyValuePair<T, FixedDocumentViewerCommandBase>[] data)
Parameters
|
System.Boolean
isEnabled
|
|
System.Collections.Generic.KeyValuePair<T, FixedDocumentViewerCommandBase>[]
data
|
Methods
GetCommand(T)
Declaration
protected FixedDocumentViewerCommandBase GetCommand(T key)
Parameters
|
T
key
|
Returns
|
FixedDocumentViewerCommandBase
|
OnCommandChanged()
Declaration
protected void OnCommandChanged()