WPF Packages
C#
Show/Hide TOC
Delegate
Command
Subscriber
Count Property
Gets the count of subscribers.
Definition
Namespace:
Common.Wpf.Commands
Assembly:
Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
Copy
public
int
SubscriberCount
{
get
; }
Property Value
Int32
See Also
Reference
DelegateCommand Class
Common.Wpf.Commands Namespace
In This Article
Definition
See Also