Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / Microsoft / Win32 / TimerElapsedEvenArgs.cs / 1 / TimerElapsedEvenArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace Microsoft.Win32 { using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Permissions; ////// [HostProtectionAttribute(MayLeakOnAbort = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class TimerElapsedEventArgs : EventArgs { private readonly IntPtr timerId; ///Provides data for the ///event. /// public TimerElapsedEventArgs(IntPtr timerId) { this.timerId = timerId; } ///Initializes a new instance of the ///class. /// public IntPtr TimerId { get { return this.timerId; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the ID number for the timer. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace Microsoft.Win32 { using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Permissions; ////// [HostProtectionAttribute(MayLeakOnAbort = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class TimerElapsedEventArgs : EventArgs { private readonly IntPtr timerId; ///Provides data for the ///event. /// public TimerElapsedEventArgs(IntPtr timerId) { this.timerId = timerId; } ///Initializes a new instance of the ///class. /// public IntPtr TimerId { get { return this.timerId; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the ID number for the timer. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Pair.cs
- DelegateSerializationHolder.cs
- PointCollection.cs
- PolicyChain.cs
- LayoutManager.cs
- hresults.cs
- CompositeKey.cs
- BrowserTree.cs
- TimersDescriptionAttribute.cs
- MobileComponentEditorPage.cs
- WebPartTransformer.cs
- TableCell.cs
- CallbackValidator.cs
- Listbox.cs
- ListControl.cs
- ReadOnlyTernaryTree.cs
- FixedFlowMap.cs
- GiveFeedbackEventArgs.cs
- HiddenFieldPageStatePersister.cs
- BaseDataBoundControl.cs
- MaskedTextBoxDesigner.cs
- LabelLiteral.cs
- TextContainerHelper.cs
- TypeUtil.cs
- SectionInput.cs
- ServicePoint.cs
- LocalFileSettingsProvider.cs
- ValidationResult.cs
- EntityDataSourceDataSelection.cs
- XmlSecureResolver.cs
- GrowingArray.cs
- EntityClassGenerator.cs
- ConsoleTraceListener.cs
- COM2ColorConverter.cs
- ListViewInsertedEventArgs.cs
- InputProcessorProfiles.cs
- RelationshipFixer.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- MultiView.cs
- ServiceBusyException.cs
- HandledEventArgs.cs
- ReflectionServiceProvider.cs
- EditorZoneDesigner.cs
- SqlGenerator.cs
- ConnectionPool.cs
- SerializationInfo.cs
- SatelliteContractVersionAttribute.cs
- RegexMatch.cs
- PageAsyncTaskManager.cs
- XmlName.cs
- MemberMaps.cs
- DataReaderContainer.cs
- FontClient.cs
- Button.cs
- UrlPath.cs
- DbConnectionPoolGroupProviderInfo.cs
- MatchNoneMessageFilter.cs
- MissingMemberException.cs
- _LazyAsyncResult.cs
- FormatterServices.cs
- UserControlBuildProvider.cs
- InvalidDataException.cs
- GroupBox.cs
- WebUtility.cs
- QueueTransferProtocol.cs
- XPathDocumentBuilder.cs
- ComplexLine.cs
- PropertyInformation.cs
- SchemaImporter.cs
- SslStream.cs
- Base64Encoder.cs
- CompareInfo.cs
- HttpValueCollection.cs
- UnauthorizedWebPart.cs
- AssemblyName.cs
- PointCollection.cs
- SettingsBindableAttribute.cs
- CommandHelpers.cs
- DbProviderSpecificTypePropertyAttribute.cs
- SoapInteropTypes.cs
- HttpGetProtocolReflector.cs
- SyndicationFeed.cs
- InstanceOwner.cs
- HealthMonitoringSection.cs
- ToolStripSeparatorRenderEventArgs.cs
- selecteditemcollection.cs
- SequenceDesigner.cs
- TabControlDesigner.cs
- ComponentCommands.cs
- ParserContext.cs
- MapPathBasedVirtualPathProvider.cs
- MethodCallConverter.cs
- X509InitiatorCertificateServiceElement.cs
- ListViewInsertEventArgs.cs
- COM2PropertyPageUITypeConverter.cs
- BasePropertyDescriptor.cs
- DocumentGridContextMenu.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- XmlCodeExporter.cs
- CodeRemoveEventStatement.cs