| Visual Basic (Declaration) | |
|---|---|
Public Function GetDefaultEvent() As EventDescriptor | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomEditableObject Dim value As EventDescriptor value = instance.GetDefaultEvent() | |
| C# | |
|---|---|
public EventDescriptor GetDefaultEvent() | |
| C++/CLI | |
|---|---|
public: EventDescriptor^ GetDefaultEvent(); | |
Return Value
An System.ComponentModel.EventDescriptor that represents the default event for this object, or null if this object does not have events.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code