Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- SortDescription.cs
- DiscoveryRequestHandler.cs
- Evidence.cs
- AnyAllSearchOperator.cs
- TreeViewItem.cs
- Currency.cs
- Int64.cs
- Size.cs
- TypeConverters.cs
- BindingMAnagerBase.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- WebSysDefaultValueAttribute.cs
- XmlMapping.cs
- SqlParameter.cs
- TextEditorTables.cs
- Button.cs
- XmlChildNodes.cs
- ButtonField.cs
- XmlReflectionImporter.cs
- DataSourceControl.cs
- DefaultObjectSerializer.cs
- ConsoleCancelEventArgs.cs
- ResourceAttributes.cs
- EmbeddedMailObject.cs
- WSFederationHttpBindingElement.cs
- XPathDocumentIterator.cs
- WebServiceReceive.cs
- WindowVisualStateTracker.cs
- FeatureSupport.cs
- SwitchAttribute.cs
- _BaseOverlappedAsyncResult.cs
- CodeGotoStatement.cs
- DesignerActionUI.cs
- WinFormsComponentEditor.cs
- SettingsBindableAttribute.cs
- ObjectSet.cs
- BamlLocalizableResource.cs
- Hash.cs
- Choices.cs
- CapabilitiesUse.cs
- HttpListenerContext.cs
- GroupQuery.cs
- ScriptingSectionGroup.cs
- DocumentOrderQuery.cs
- ManualResetEvent.cs
- CollectionAdapters.cs
- ScriptingAuthenticationServiceSection.cs
- SqlConnection.cs
- CustomErrorCollection.cs
- FullTextBreakpoint.cs
- EntityKey.cs
- SystemTcpConnection.cs
- PropertyCollection.cs
- Int32.cs
- SignHashRequest.cs
- InternalControlCollection.cs
- FontFamilyConverter.cs
- ConsoleEntryPoint.cs
- CommonObjectSecurity.cs
- ImageCodecInfo.cs
- InvalidCardException.cs
- TypeDescriptionProviderAttribute.cs
- BindingMemberInfo.cs
- WindowPattern.cs
- QueryCursorEventArgs.cs
- SerializationObjectManager.cs
- DbConnectionFactory.cs
- ViewPort3D.cs
- StoreAnnotationsMap.cs
- AnimationTimeline.cs
- EntityAdapter.cs
- WorkflowInstanceExtensionManager.cs
- DbProviderFactories.cs
- MultilineStringConverter.cs
- IDReferencePropertyAttribute.cs
- CallbackValidator.cs
- Assembly.cs
- ConnectionStringSettingsCollection.cs
- XmlSchemaImport.cs
- MemberRelationshipService.cs
- CompleteWizardStep.cs
- DesignerCommandSet.cs
- AdjustableArrowCap.cs
- DesignerCommandSet.cs
- SRGSCompiler.cs
- HttpStreamXmlDictionaryReader.cs
- HtmlElementEventArgs.cs
- DiagnosticTrace.cs
- MimeReturn.cs
- CodeDirectiveCollection.cs
- AnnotationHelper.cs
- IImplicitResourceProvider.cs
- ViewStateException.cs
- DateTimeFormat.cs
- XmlElementAttribute.cs
- RTLAwareMessageBox.cs
- ContentElementAutomationPeer.cs
- HttpException.cs
- SyndicationDeserializer.cs
- ObjectParameterCollection.cs