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
- WebConfigurationHost.cs
- ClonableStack.cs
- XMLSyntaxException.cs
- BamlResourceSerializer.cs
- DesignerOptionService.cs
- UniqueEventHelper.cs
- CodeArrayIndexerExpression.cs
- ToolStripCollectionEditor.cs
- PostBackTrigger.cs
- SerializationEventsCache.cs
- Rect3D.cs
- wgx_sdk_version.cs
- GridViewRowPresenter.cs
- ActivityMarkupSerializationProvider.cs
- WebPageTraceListener.cs
- XamlContextStack.cs
- TreeViewImageKeyConverter.cs
- DataGridViewMethods.cs
- Pen.cs
- EventLogPermissionAttribute.cs
- StoreItemCollection.Loader.cs
- RegexReplacement.cs
- Line.cs
- HashCodeCombiner.cs
- CategoryValueConverter.cs
- Rss20FeedFormatter.cs
- ImageAttributes.cs
- EntityDataSourceChangedEventArgs.cs
- KeyConverter.cs
- ModelPropertyCollectionImpl.cs
- InitiatorServiceModelSecurityTokenRequirement.cs
- ModulesEntry.cs
- TextParagraphProperties.cs
- RadioButton.cs
- CollectionChangeEventArgs.cs
- Object.cs
- SamlConditions.cs
- peernodestatemanager.cs
- PingReply.cs
- DbXmlEnabledProviderManifest.cs
- UnsafeMethods.cs
- TransformerConfigurationWizardBase.cs
- AnnotationMap.cs
- ObjectQuery.cs
- WaitHandle.cs
- BamlBinaryWriter.cs
- XMLSchema.cs
- KnownBoxes.cs
- MediaSystem.cs
- SchemaType.cs
- WCFBuildProvider.cs
- ObservableCollectionDefaultValueFactory.cs
- DBConnection.cs
- Pick.cs
- _OverlappedAsyncResult.cs
- ObjectNotFoundException.cs
- RbTree.cs
- SafeLocalMemHandle.cs
- WebPartDisplayModeCollection.cs
- CodeDOMProvider.cs
- TrackingCondition.cs
- Attributes.cs
- HttpResponseInternalBase.cs
- SystemSounds.cs
- HTTP_SERVICE_CONFIG_URLACL_KEY.cs
- DocumentPageHost.cs
- ArrayListCollectionBase.cs
- TypeElement.cs
- NeedSkipTokenVisitor.cs
- FlowDocumentPage.cs
- WebPartConnectionsEventArgs.cs
- Authorization.cs
- FaultPropagationQuery.cs
- DbProviderSpecificTypePropertyAttribute.cs
- TransformedBitmap.cs
- WindowsSlider.cs
- XPathNodeHelper.cs
- TextInfo.cs
- StateInitializationDesigner.cs
- HttpGetProtocolReflector.cs
- X509CertificateCollection.cs
- SQLInt64.cs
- RightsManagementInformation.cs
- DesignerCategoryAttribute.cs
- HtmlInputControl.cs
- IntegrationExceptionEventArgs.cs
- XmlReflectionImporter.cs
- BitVector32.cs
- GlobalItem.cs
- TypeInitializationException.cs
- XPathMultyIterator.cs
- HtmlInputControl.cs
- WebServiceTypeData.cs
- MenuItemStyleCollection.cs
- SQLChars.cs
- GeneralTransform3DTo2D.cs
- TablePattern.cs
- CapabilitiesState.cs
- XmlLoader.cs
- ActivationProxy.cs