Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / Microsoft / Win32 / TimerElapsedEvenArgs.cs / 1305376 / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IHttpResponseInternal.cs
- SurrogateEncoder.cs
- ReadOnlyHierarchicalDataSource.cs
- EntityContainerEmitter.cs
- _SSPIWrapper.cs
- DataGridViewBindingCompleteEventArgs.cs
- DataControlFieldsEditor.cs
- EntryWrittenEventArgs.cs
- FormCollection.cs
- GeneralTransform2DTo3D.cs
- SingleConverter.cs
- GroupBox.cs
- DataBindingHandlerAttribute.cs
- SqlMethodTransformer.cs
- ReservationCollection.cs
- TextPatternIdentifiers.cs
- SizeFConverter.cs
- SelectionGlyph.cs
- CardSpaceSelector.cs
- EmbossBitmapEffect.cs
- WorkflowViewElement.cs
- ResourceManager.cs
- MultipleCopiesCollection.cs
- ByteFacetDescriptionElement.cs
- SmtpCommands.cs
- XmlWhitespace.cs
- StorageRoot.cs
- OrderingQueryOperator.cs
- AnimationClock.cs
- MultiPageTextView.cs
- UrlAuthorizationModule.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- StackSpiller.cs
- ExcludePathInfo.cs
- SizeAnimationClockResource.cs
- httpstaticobjectscollection.cs
- LogSwitch.cs
- GlyphRun.cs
- SecurityElement.cs
- DoubleKeyFrameCollection.cs
- CompositionAdorner.cs
- DatePicker.cs
- LinkLabel.cs
- _NegoState.cs
- URLIdentityPermission.cs
- XmlMemberMapping.cs
- XpsDocumentEvent.cs
- XamlPathDataSerializer.cs
- CSharpCodeProvider.cs
- TextBox.cs
- SspiWrapper.cs
- LoadRetryStrategyFactory.cs
- SqlConnectionPoolGroupProviderInfo.cs
- RevocationPoint.cs
- login.cs
- SafeNativeMethods.cs
- TTSEvent.cs
- FormClosedEvent.cs
- RegexCompiler.cs
- ScriptIgnoreAttribute.cs
- GeometryGroup.cs
- UrlPropertyAttribute.cs
- SudsParser.cs
- XmlSerializerFactory.cs
- Exceptions.cs
- BrowserDefinitionCollection.cs
- MatrixAnimationUsingKeyFrames.cs
- IPEndPoint.cs
- InputMethodStateTypeInfo.cs
- GregorianCalendar.cs
- Visitor.cs
- Vector3DCollection.cs
- MediaSystem.cs
- GridViewRow.cs
- GrammarBuilderPhrase.cs
- SerializationException.cs
- SecUtil.cs
- LongValidatorAttribute.cs
- ObjectItemCollection.cs
- SymDocumentType.cs
- WorkflowView.cs
- StorageMappingItemLoader.cs
- ThicknessAnimationUsingKeyFrames.cs
- DecimalFormatter.cs
- RijndaelManagedTransform.cs
- DbDataAdapter.cs
- XmlNodeList.cs
- HttpConfigurationContext.cs
- IPAddress.cs
- SqlNode.cs
- ICspAsymmetricAlgorithm.cs
- FileAuthorizationModule.cs
- XmlTypeAttribute.cs
- linebase.cs
- UTF8Encoding.cs
- StorageInfo.cs
- CheckBoxRenderer.cs
- TransformerConfigurationWizardBase.cs
- SpinWait.cs
- ParseNumbers.cs